home / media

streams

6 rows where v_uid = "v_b92pp"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1797 v_b92pp javguru https://jav.guru/785428/rctd-201-delusional-room-a-perverted-crossover-school-with-a-two-screen-gap-between-reality-and-fantasy/ https://javclan.com/e/06akbjhmy7ox https://jav.guru/searcho/?xr=3036616b626a686d79376f78   embed 2026-08-30 14:05:19 2026-08-30 14:05:19 javguru https://javclan.com/e/06akbjhmy7ox
1798 v_b92pp javguru https://jav.guru/785428/rctd-201-delusional-room-a-perverted-crossover-school-with-a-two-screen-gap-between-reality-and-fantasy/ https://turbovidhls.com/t/68ec0c3b306df https://jav.guru/searcho/?ur=36386563306333623330366466   embed 2026-08-30 14:05:19 2026-08-30 14:05:19 javguru https://turbovidhls.com/t/68ec0c3b306df
1799 v_b92pp javguru https://jav.guru/785428/rctd-201-delusional-room-a-perverted-crossover-school-with-a-two-screen-gap-between-reality-and-fantasy/ https://tracylocalschool.com/e/xarbnqlktudw https://jav.guru/searcho/?tr=786172626e716c6b74756477   embed 2026-08-30 14:05:19 2026-08-30 14:05:19 javguru https://tracylocalschool.com/e/xarbnqlktudw
1800 v_b92pp javguru https://jav.guru/785428/rctd-201-delusional-room-a-perverted-crossover-school-with-a-two-screen-gap-between-reality-and-fantasy/ https://streamhihi.com/e/753bbgeus359 https://jav.guru/searcho/?er=652f373533626267657573333539   embed 2026-08-30 14:05:19 2026-08-30 14:05:19 javguru https://streamhihi.com/e/753bbgeus359
1801 v_b92pp javguru https://jav.guru/785428/rctd-201-delusional-room-a-perverted-crossover-school-with-a-two-screen-gap-between-reality-and-fantasy/ https://vide0.net/e/i1hdb9djuja1 https://jav.guru/searcho/?hr=693168646239646a756a6131   embed 2026-08-30 14:05:19 2026-08-30 14:05:19 javguru https://vide0.net/e/i1hdb9djuja1
1802 v_b92pp javguru https://jav.guru/785428/rctd-201-delusional-room-a-perverted-crossover-school-with-a-two-screen-gap-between-reality-and-fantasy/ https://maxstream.org/embed-0yt0vkjridkz.html https://jav.guru/searcho/?or=656d6265642d30797430766b6a7269646b7a2e68746d6c   embed 2026-08-30 14:05:19 2026-08-30 14:05:19 javguru https://maxstream.org/embed-0yt0vkjridkz.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.178ms