home / media

streams

6 rows where v_uid = "v_lwf9b"

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
45 v_lwf9b javguru https://jav.guru/789595/rebd-979-suzus-heart-pounding-aqua-resort-with-otonashi-rin/ https://javclan.com/e/51bktesltue4 https://jav.guru/searcho/?xr=3531626b7465736c74756534   embed 2026-08-30 09:07:17 2026-08-30 09:07:17 javguru https://javclan.com/e/51bktesltue4
46 v_lwf9b javguru https://jav.guru/789595/rebd-979-suzus-heart-pounding-aqua-resort-with-otonashi-rin/ https://turbovidhls.com/t/68efe6716484c https://jav.guru/searcho/?ur=36386566653637313634383463 https://cdn3.turboviplay.com/data3/68efe6716484c/68efe6716484c.m3u8 m3u8 2026-08-30 09:07:17 2026-08-30 09:07:17 javguru https://turbovidhls.com/t/68efe6716484c
47 v_lwf9b javguru https://jav.guru/789595/rebd-979-suzus-heart-pounding-aqua-resort-with-otonashi-rin/ https://tracylocalschool.com/e/aqeygannbs5f https://jav.guru/searcho/?tr=6171657967616e6e62733566   embed 2026-08-30 09:07:17 2026-08-30 09:07:17 javguru https://tracylocalschool.com/e/aqeygannbs5f
48 v_lwf9b javguru https://jav.guru/789595/rebd-979-suzus-heart-pounding-aqua-resort-with-otonashi-rin/ https://streamhihi.com/e/bt5we67t4p92 https://jav.guru/searcho/?er=652f627435776536377434703932   embed 2026-08-30 09:07:17 2026-08-30 09:07:17 javguru https://streamhihi.com/e/bt5we67t4p92
49 v_lwf9b javguru https://jav.guru/789595/rebd-979-suzus-heart-pounding-aqua-resort-with-otonashi-rin/ https://vide0.net/e/hxaqwd1of5ng https://jav.guru/searcho/?hr=687861717764316f66356e67   embed 2026-08-30 09:07:17 2026-08-30 09:07:17 javguru https://vide0.net/e/hxaqwd1of5ng
50 v_lwf9b javguru https://jav.guru/789595/rebd-979-suzus-heart-pounding-aqua-resort-with-otonashi-rin/ https://maxstream.org/embed-rtpkeqs5vr71.html https://jav.guru/searcho/?or=656d6265642d7274706b65717335767237312e68746d6c   embed 2026-08-30 09:07:17 2026-08-30 09:07:17 javguru https://maxstream.org/embed-rtpkeqs5vr71.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.081ms