home / media

streams

6 rows where v_uid = "v_9z7g7"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2325 v_9z7g7 javguru https://jav.guru/784758/nsodn-005-three-beautiful-girls-who-are-a-bunch-of-annoying-customers-hanging-out-lazily-at-the-karaoke-box-every-day-the-furious-karaoke-staff-put-them-to-sleep-and-recorded-the-whole-ordeal-of-th/ https://javclan.com/e/0fq4t3s5vt8r https://jav.guru/searcho/?xr=306671347433733576743872   embed 2026-08-30 14:09:47 2026-08-30 14:09:47 javguru https://javclan.com/e/0fq4t3s5vt8r
2326 v_9z7g7 javguru https://jav.guru/784758/nsodn-005-three-beautiful-girls-who-are-a-bunch-of-annoying-customers-hanging-out-lazily-at-the-karaoke-box-every-day-the-furious-karaoke-staff-put-them-to-sleep-and-recorded-the-whole-ordeal-of-th/ https://turbovidhls.com/t/68e96eae6f4e0 https://jav.guru/searcho/?ur=36386539366561653666346530   embed 2026-08-30 14:09:47 2026-08-30 14:09:47 javguru https://turbovidhls.com/t/68e96eae6f4e0
2327 v_9z7g7 javguru https://jav.guru/784758/nsodn-005-three-beautiful-girls-who-are-a-bunch-of-annoying-customers-hanging-out-lazily-at-the-karaoke-box-every-day-the-furious-karaoke-staff-put-them-to-sleep-and-recorded-the-whole-ordeal-of-th/ https://tracylocalschool.com/e/fyg1mcjzsjym https://jav.guru/searcho/?tr=667967316d636a7a736a796d   embed 2026-08-30 14:09:47 2026-08-30 14:09:47 javguru https://tracylocalschool.com/e/fyg1mcjzsjym
2328 v_9z7g7 javguru https://jav.guru/784758/nsodn-005-three-beautiful-girls-who-are-a-bunch-of-annoying-customers-hanging-out-lazily-at-the-karaoke-box-every-day-the-furious-karaoke-staff-put-them-to-sleep-and-recorded-the-whole-ordeal-of-th/ https://streamhihi.com/e/fz6i07h80uax https://jav.guru/searcho/?er=652f667a36693037683830756178   embed 2026-08-30 14:09:47 2026-08-30 14:09:47 javguru https://streamhihi.com/e/fz6i07h80uax
2329 v_9z7g7 javguru https://jav.guru/784758/nsodn-005-three-beautiful-girls-who-are-a-bunch-of-annoying-customers-hanging-out-lazily-at-the-karaoke-box-every-day-the-furious-karaoke-staff-put-them-to-sleep-and-recorded-the-whole-ordeal-of-th/ https://vide0.net/e/sfwhwnd7iuiz https://jav.guru/searcho/?hr=73667768776e64376975697a   embed 2026-08-30 14:09:47 2026-08-30 14:09:47 javguru https://vide0.net/e/sfwhwnd7iuiz
2330 v_9z7g7 javguru https://jav.guru/784758/nsodn-005-three-beautiful-girls-who-are-a-bunch-of-annoying-customers-hanging-out-lazily-at-the-karaoke-box-every-day-the-furious-karaoke-staff-put-them-to-sleep-and-recorded-the-whole-ordeal-of-th/ https://maxstream.org/embed-d0x7zwyyp6kz.html https://jav.guru/searcho/?or=656d6265642d643078377a77797970366b7a2e68746d6c   embed 2026-08-30 14:09:47 2026-08-30 14:09:47 javguru https://maxstream.org/embed-d0x7zwyyp6kz.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 13.479ms