home / media

streams

6 rows where v_uid = "v_1chzf"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
8034 v_1chzf javguru https://jav.guru/1044184/xvsr-894-endless-holy-water-the-beautiful-girls-first-time-peeing-that-just-wont-stop-meisa-nishimoto/ https://javclan.com/e/qlohd66j9gqr https://jav.guru/searcho/?xr=716c6f686436366a39677172   embed 2026-08-30 15:09:49 2026-08-30 15:09:49 javguru https://javclan.com/e/qlohd66j9gqr
8035 v_1chzf javguru https://jav.guru/1044184/xvsr-894-endless-holy-water-the-beautiful-girls-first-time-peeing-that-just-wont-stop-meisa-nishimoto/ https://turbovidhls.com/t/6a920f7d91b04 https://jav.guru/searcho/?ur=36613932306637643931623034   embed 2026-08-30 15:09:49 2026-08-30 15:09:49 javguru https://turbovidhls.com/t/6a920f7d91b04
8036 v_1chzf javguru https://jav.guru/1044184/xvsr-894-endless-holy-water-the-beautiful-girls-first-time-peeing-that-just-wont-stop-meisa-nishimoto/ https://tracylocalschool.com/e/qkb54arsyhu7 https://jav.guru/searcho/?tr=716b62353461727379687537   embed 2026-08-30 15:09:49 2026-08-30 15:09:49 javguru https://tracylocalschool.com/e/qkb54arsyhu7
8037 v_1chzf javguru https://jav.guru/1044184/xvsr-894-endless-holy-water-the-beautiful-girls-first-time-peeing-that-just-wont-stop-meisa-nishimoto/ https://vidara.to/e/65abzbYtRK1WU https://jav.guru/searcho/?cr=363561627a625974524b315755   embed 2026-08-30 15:09:49 2026-08-30 15:09:49 javguru https://vidara.to/e/65abzbYtRK1WU
8038 v_1chzf javguru https://jav.guru/1044184/xvsr-894-endless-holy-water-the-beautiful-girls-first-time-peeing-that-just-wont-stop-meisa-nishimoto/ https://vide0.net/e/256lti9ix2hr https://jav.guru/searcho/?hr=3235366c7469396978326872   embed 2026-08-30 15:09:49 2026-08-30 15:09:49 javguru https://vide0.net/e/256lti9ix2hr
8039 v_1chzf javguru https://jav.guru/1044184/xvsr-894-endless-holy-water-the-beautiful-girls-first-time-peeing-that-just-wont-stop-meisa-nishimoto/ https://maxstream.org/embed-51pgktqervtz.html https://jav.guru/searcho/?or=656d6265642d353170676b7471657276747a2e68746d6c   embed 2026-08-30 15:09:49 2026-08-30 15:09:49 javguru https://maxstream.org/embed-51pgktqervtz.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.238ms