home / media

streams

6 rows where v_uid = "v_ikss9"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
203 v_ikss9 javguru https://jav.guru/789628/kidm-607b-title-undecided-sakurai-ayane/ https://javclan.com/e/qikc2imuyveq https://jav.guru/searcho/?xr=71696b6332696d7579766571   embed 2026-08-30 09:51:53 2026-08-30 09:51:53 javguru https://javclan.com/e/qikc2imuyveq
204 v_ikss9 javguru https://jav.guru/789628/kidm-607b-title-undecided-sakurai-ayane/ https://turbovidhls.com/t/68ef9f0ad16ec https://jav.guru/searcho/?ur=36386566396630616431366563 https://cdn3.turboviplay.com/data3/68ef9f0ad16ec/68ef9f0ad16ec.m3u8 m3u8 2026-08-30 09:51:53 2026-08-30 09:51:53 javguru https://turbovidhls.com/t/68ef9f0ad16ec
205 v_ikss9 javguru https://jav.guru/789628/kidm-607b-title-undecided-sakurai-ayane/ https://tracylocalschool.com/e/ljudk00ex2mj https://jav.guru/searcho/?tr=6c6a75646b30306578326d6a   embed 2026-08-30 09:51:53 2026-08-30 09:51:53 javguru https://tracylocalschool.com/e/ljudk00ex2mj
206 v_ikss9 javguru https://jav.guru/789628/kidm-607b-title-undecided-sakurai-ayane/ https://streamhihi.com/e/ye99jm9ujj2d https://jav.guru/searcho/?er=652f796539396a6d39756a6a3264   embed 2026-08-30 09:51:53 2026-08-30 09:51:53 javguru https://streamhihi.com/e/ye99jm9ujj2d
207 v_ikss9 javguru https://jav.guru/789628/kidm-607b-title-undecided-sakurai-ayane/ https://vide0.net/e/4mr6rty4achd https://jav.guru/searcho/?hr=346d72367274793461636864   embed 2026-08-30 09:51:53 2026-08-30 09:51:53 javguru https://vide0.net/e/4mr6rty4achd
208 v_ikss9 javguru https://jav.guru/789628/kidm-607b-title-undecided-sakurai-ayane/ https://maxstream.org/embed-hgvl3utmzl3o.html https://jav.guru/searcho/?or=656d6265642d6867766c3375746d7a6c336f2e68746d6c   embed 2026-08-30 09:51:53 2026-08-30 09:51:53 javguru https://maxstream.org/embed-hgvl3utmzl3o.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.953ms