home / media

streams

6 rows where v_uid = "v_hs603"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2571 v_hs603 javguru https://jav.guru/784742/supa-659-s-class-oral-best-240-minutes-of-50-natural-oral/ https://javclan.com/e/ywkxe314zjxg https://jav.guru/searcho/?xr=79776b78653331347a6a7867   embed 2026-08-30 14:11:39 2026-08-30 14:11:39 javguru https://javclan.com/e/ywkxe314zjxg
2572 v_hs603 javguru https://jav.guru/784742/supa-659-s-class-oral-best-240-minutes-of-50-natural-oral/ https://turbovidhls.com/t/68e9759285ea1 https://jav.guru/searcho/?ur=36386539373539323835656131   embed 2026-08-30 14:11:39 2026-08-30 14:11:39 javguru https://turbovidhls.com/t/68e9759285ea1
2573 v_hs603 javguru https://jav.guru/784742/supa-659-s-class-oral-best-240-minutes-of-50-natural-oral/ https://tracylocalschool.com/e/qrxrpza5i9ba https://jav.guru/searcho/?tr=71727872707a613569396261   embed 2026-08-30 14:11:39 2026-08-30 14:11:39 javguru https://tracylocalschool.com/e/qrxrpza5i9ba
2574 v_hs603 javguru https://jav.guru/784742/supa-659-s-class-oral-best-240-minutes-of-50-natural-oral/ https://streamhihi.com/e/ahf37m0o19ij https://jav.guru/searcho/?er=652f61686633376d306f3139696a   embed 2026-08-30 14:11:39 2026-08-30 14:11:39 javguru https://streamhihi.com/e/ahf37m0o19ij
2575 v_hs603 javguru https://jav.guru/784742/supa-659-s-class-oral-best-240-minutes-of-50-natural-oral/ https://vide0.net/e/9zpt89hzrja4 https://jav.guru/searcho/?hr=397a70743839687a726a6134   embed 2026-08-30 14:11:39 2026-08-30 14:11:39 javguru https://vide0.net/e/9zpt89hzrja4
2576 v_hs603 javguru https://jav.guru/784742/supa-659-s-class-oral-best-240-minutes-of-50-natural-oral/ https://maxstream.org/embed-nlt0ok3prfbx.html https://jav.guru/searcho/?or=656d6265642d6e6c74306f6b3370726662782e68746d6c   embed 2026-08-30 14:11:39 2026-08-30 14:11:39 javguru https://maxstream.org/embed-nlt0ok3prfbx.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.751ms