home / media

streams

6 rows where v_uid = "v_8qv00"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2319 v_8qv00 javguru https://jav.guru/784834/bony-162-24-hour-stay-group-internal-ejaculation-rpe-09-beautiful-ol-large-breasted-r/ https://javclan.com/e/g222pko401bj https://jav.guru/searcho/?xr=67323232706b6f343031626a   embed 2026-08-30 14:09:45 2026-08-30 14:09:45 javguru https://javclan.com/e/g222pko401bj
2320 v_8qv00 javguru https://jav.guru/784834/bony-162-24-hour-stay-group-internal-ejaculation-rpe-09-beautiful-ol-large-breasted-r/ https://turbovidhls.com/t/68e950f85363c https://jav.guru/searcho/?ur=36386539353066383533363363   embed 2026-08-30 14:09:45 2026-08-30 14:09:45 javguru https://turbovidhls.com/t/68e950f85363c
2321 v_8qv00 javguru https://jav.guru/784834/bony-162-24-hour-stay-group-internal-ejaculation-rpe-09-beautiful-ol-large-breasted-r/ https://tracylocalschool.com/e/kcmx6lguf3uh https://jav.guru/searcho/?tr=6b636d78366c677566337568   embed 2026-08-30 14:09:45 2026-08-30 14:09:45 javguru https://tracylocalschool.com/e/kcmx6lguf3uh
2322 v_8qv00 javguru https://jav.guru/784834/bony-162-24-hour-stay-group-internal-ejaculation-rpe-09-beautiful-ol-large-breasted-r/ https://streamhihi.com/e/kvp7gwv4m7l5 https://jav.guru/searcho/?er=652f6b767037677776346d376c35   embed 2026-08-30 14:09:45 2026-08-30 14:09:45 javguru https://streamhihi.com/e/kvp7gwv4m7l5
2323 v_8qv00 javguru https://jav.guru/784834/bony-162-24-hour-stay-group-internal-ejaculation-rpe-09-beautiful-ol-large-breasted-r/ https://vide0.net/e/gpycqkmwv98t https://jav.guru/searcho/?hr=67707963716b6d7776393874   embed 2026-08-30 14:09:45 2026-08-30 14:09:45 javguru https://vide0.net/e/gpycqkmwv98t
2324 v_8qv00 javguru https://jav.guru/784834/bony-162-24-hour-stay-group-internal-ejaculation-rpe-09-beautiful-ol-large-breasted-r/ https://maxstream.org/embed-1dj6uf5x73d8.html https://jav.guru/searcho/?or=656d6265642d31646a3675663578373364382e68746d6c   embed 2026-08-30 14:09:45 2026-08-30 14:09:45 javguru https://maxstream.org/embed-1dj6uf5x73d8.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 3.944ms