home / media

streams

6 rows where v_uid = "v_6bfk0"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1732 v_6bfk0 javguru https://jav.guru/785453/nask-050-real-erotic-stories-that-actually-happened-45/ https://javclan.com/e/tedb1cq886sf https://jav.guru/searcho/?xr=746564623163713838367366   embed 2026-08-30 14:04:46 2026-08-30 14:04:46 javguru https://javclan.com/e/tedb1cq886sf
1733 v_6bfk0 javguru https://jav.guru/785453/nask-050-real-erotic-stories-that-actually-happened-45/ https://turbovidhls.com/t/68ec0465aaa78 https://jav.guru/searcho/?ur=36386563303436356161613738   embed 2026-08-30 14:04:46 2026-08-30 14:04:46 javguru https://turbovidhls.com/t/68ec0465aaa78
1734 v_6bfk0 javguru https://jav.guru/785453/nask-050-real-erotic-stories-that-actually-happened-45/ https://tracylocalschool.com/e/zvehoqdpmum6 https://jav.guru/searcho/?tr=7a7665686f7164706d756d36   embed 2026-08-30 14:04:46 2026-08-30 14:04:46 javguru https://tracylocalschool.com/e/zvehoqdpmum6
1735 v_6bfk0 javguru https://jav.guru/785453/nask-050-real-erotic-stories-that-actually-happened-45/ https://streamhihi.com/e/ecne3wld27c8 https://jav.guru/searcho/?er=652f65636e6533776c6432376338   embed 2026-08-30 14:04:46 2026-08-30 14:04:46 javguru https://streamhihi.com/e/ecne3wld27c8
1736 v_6bfk0 javguru https://jav.guru/785453/nask-050-real-erotic-stories-that-actually-happened-45/ https://vide0.net/e/2w36j3i8qwew https://jav.guru/searcho/?hr=327733366a33693871776577   embed 2026-08-30 14:04:46 2026-08-30 14:04:46 javguru https://vide0.net/e/2w36j3i8qwew
1737 v_6bfk0 javguru https://jav.guru/785453/nask-050-real-erotic-stories-that-actually-happened-45/ https://maxstream.org/embed-kw5iqv11vj0k.html https://jav.guru/searcho/?or=656d6265642d6b77356971763131766a306b2e68746d6c   embed 2026-08-30 14:04:46 2026-08-30 14:04:46 javguru https://maxstream.org/embed-kw5iqv11vj0k.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.029ms