home / media

streams

6 rows where v_uid = "v_ntby9"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2541 v_ntby9 javguru https://jav.guru/784735/usag-082-amateur-girls-deep-throat-blowjob-swallowing-all-the-semen/ https://javclan.com/e/awbsatp1202y https://jav.guru/searcho/?xr=617762736174703132303279   embed 2026-08-30 14:11:25 2026-08-30 14:11:25 javguru https://javclan.com/e/awbsatp1202y
2542 v_ntby9 javguru https://jav.guru/784735/usag-082-amateur-girls-deep-throat-blowjob-swallowing-all-the-semen/ https://turbovidhls.com/t/68e9780063868 https://jav.guru/searcho/?ur=36386539373830303633383638   embed 2026-08-30 14:11:25 2026-08-30 14:11:25 javguru https://turbovidhls.com/t/68e9780063868
2543 v_ntby9 javguru https://jav.guru/784735/usag-082-amateur-girls-deep-throat-blowjob-swallowing-all-the-semen/ https://tracylocalschool.com/e/pgixxykjq3li https://jav.guru/searcho/?tr=7067697878796b6a71336c69   embed 2026-08-30 14:11:25 2026-08-30 14:11:25 javguru https://tracylocalschool.com/e/pgixxykjq3li
2544 v_ntby9 javguru https://jav.guru/784735/usag-082-amateur-girls-deep-throat-blowjob-swallowing-all-the-semen/ https://streamhihi.com/e/mjvpdpvg9cgd https://jav.guru/searcho/?er=652f6d6a76706470766739636764   embed 2026-08-30 14:11:25 2026-08-30 14:11:25 javguru https://streamhihi.com/e/mjvpdpvg9cgd
2545 v_ntby9 javguru https://jav.guru/784735/usag-082-amateur-girls-deep-throat-blowjob-swallowing-all-the-semen/ https://vide0.net/e/336c70wgud0e https://jav.guru/searcho/?hr=333336633730776775643065   embed 2026-08-30 14:11:25 2026-08-30 14:11:25 javguru https://vide0.net/e/336c70wgud0e
2546 v_ntby9 javguru https://jav.guru/784735/usag-082-amateur-girls-deep-throat-blowjob-swallowing-all-the-semen/ https://maxstream.org/embed-5uh7s1jp9rix.html https://jav.guru/searcho/?or=656d6265642d3575683773316a70397269782e68746d6c   embed 2026-08-30 14:11:25 2026-08-30 14:11:25 javguru https://maxstream.org/embed-5uh7s1jp9rix.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.257ms