home / media

streams

6 rows where v_uid = "v_v4vjd"

This data as json, CSV (advanced)

Suggested facets: kind, addedAt (date), updatedAt (date)

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
425 v_v4vjd javguru https://jav.guru/788337/miae-152-the-ultimate-rejuvenation-full-course-that-will-definitely-awaken-the-erection-power-of-teenagers-featuring-wakana/ https://javclan.com/e/ykfg6otsq961 https://jav.guru/searcho/?xr=796b6667366f747371393631   embed 2026-08-30 09:54:03 2026-08-30 09:54:03 javguru https://javclan.com/e/ykfg6otsq961
426 v_v4vjd javguru https://jav.guru/788337/miae-152-the-ultimate-rejuvenation-full-course-that-will-definitely-awaken-the-erection-power-of-teenagers-featuring-wakana/ https://turbovidhls.com/t/68ee134007da5 https://jav.guru/searcho/?ur=36386565313334303037646135 https://cdn3.turboviplay.com/data3/68ee134007da5/68ee134007da5.m3u8 m3u8 2026-08-30 09:54:03 2026-08-30 09:54:03 javguru https://turbovidhls.com/t/68ee134007da5
427 v_v4vjd javguru https://jav.guru/788337/miae-152-the-ultimate-rejuvenation-full-course-that-will-definitely-awaken-the-erection-power-of-teenagers-featuring-wakana/ https://tracylocalschool.com/e/bffrs6npo0ai https://jav.guru/searcho/?tr=6266667273366e706f306169   embed 2026-08-30 09:54:03 2026-08-30 09:54:03 javguru https://tracylocalschool.com/e/bffrs6npo0ai
428 v_v4vjd javguru https://jav.guru/788337/miae-152-the-ultimate-rejuvenation-full-course-that-will-definitely-awaken-the-erection-power-of-teenagers-featuring-wakana/ https://streamhihi.com/e/s9ad6pfgvqz8 https://jav.guru/searcho/?er=652f733961643670666776717a38   embed 2026-08-30 09:54:03 2026-08-30 09:54:03 javguru https://streamhihi.com/e/s9ad6pfgvqz8
429 v_v4vjd javguru https://jav.guru/788337/miae-152-the-ultimate-rejuvenation-full-course-that-will-definitely-awaken-the-erection-power-of-teenagers-featuring-wakana/ https://vide0.net/e/1kkuwngm1hg7 https://jav.guru/searcho/?hr=316b6b75776e676d31686737   embed 2026-08-30 09:54:03 2026-08-30 09:54:03 javguru https://vide0.net/e/1kkuwngm1hg7
430 v_v4vjd javguru https://jav.guru/788337/miae-152-the-ultimate-rejuvenation-full-course-that-will-definitely-awaken-the-erection-power-of-teenagers-featuring-wakana/ https://maxstream.org/embed-5s1mh9c3puz5.html https://jav.guru/searcho/?or=656d6265642d3573316d6839633370757a352e68746d6c   embed 2026-08-30 09:54:03 2026-08-30 09:54:03 javguru https://maxstream.org/embed-5s1mh9c3puz5.html

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE streams (
  id         INTEGER PRIMARY KEY,
  v_uid      TEXT NOT NULL REFERENCES videos(uid) ON DELETE CASCADE,
  source     TEXT NOT NULL,
  sourceUrl  TEXT,
  embedUrl   TEXT,
  proxyUrl   TEXT,
  directLink TEXT,
  kind       TEXT NOT NULL DEFAULT 'embed'
               CHECK (kind IN ('embed', 'm3u8', 'mp4', 'webm', 'ts')),
  addedAt    TEXT NOT NULL DEFAULT (datetime('now')),
  updatedAt  TEXT NOT NULL DEFAULT (datetime('now')),

  dedupe TEXT GENERATED ALWAYS AS (
    source || char(10) || coalesce(embedUrl, proxyUrl, directLink, sourceUrl, '')
  ) STORED,
  UNIQUE (v_uid, dedupe)
);
CREATE INDEX idx_streams_video  ON streams(v_uid);
CREATE INDEX idx_streams_source ON streams(source);
Powered by Datasette · Queries took 4.21ms