home / media

streams

6 rows where v_uid = "v_bm2i5"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1720 v_bm2i5 javguru https://jav.guru/785455/nask-043-real-erotic-stories-that-actually-happened/ https://javclan.com/e/dq1gjcvcy82p https://jav.guru/searcho/?xr=647131676a63766379383270   embed 2026-08-30 14:04:41 2026-08-30 14:04:41 javguru https://javclan.com/e/dq1gjcvcy82p
1721 v_bm2i5 javguru https://jav.guru/785455/nask-043-real-erotic-stories-that-actually-happened/ https://turbovidhls.com/t/68ec0363ef294 https://jav.guru/searcho/?ur=36386563303336336566323934   embed 2026-08-30 14:04:41 2026-08-30 14:04:41 javguru https://turbovidhls.com/t/68ec0363ef294
1722 v_bm2i5 javguru https://jav.guru/785455/nask-043-real-erotic-stories-that-actually-happened/ https://tracylocalschool.com/e/inhnoivjtjus https://jav.guru/searcho/?tr=696e686e6f69766a746a7573   embed 2026-08-30 14:04:41 2026-08-30 14:04:41 javguru https://tracylocalschool.com/e/inhnoivjtjus
1723 v_bm2i5 javguru https://jav.guru/785455/nask-043-real-erotic-stories-that-actually-happened/ https://streamhihi.com/e/3e72ulxggtz6 https://jav.guru/searcho/?er=652f33653732756c786767747a36   embed 2026-08-30 14:04:41 2026-08-30 14:04:41 javguru https://streamhihi.com/e/3e72ulxggtz6
1724 v_bm2i5 javguru https://jav.guru/785455/nask-043-real-erotic-stories-that-actually-happened/ https://vide0.net/e/qsib75cbucf0 https://jav.guru/searcho/?hr=717369623735636275636630   embed 2026-08-30 14:04:41 2026-08-30 14:04:41 javguru https://vide0.net/e/qsib75cbucf0
1725 v_bm2i5 javguru https://jav.guru/785455/nask-043-real-erotic-stories-that-actually-happened/ https://maxstream.org/embed-rgbq0ebpbbuz.html https://jav.guru/searcho/?or=656d6265642d72676271306562706262757a2e68746d6c   embed 2026-08-30 14:04:41 2026-08-30 14:04:41 javguru https://maxstream.org/embed-rgbq0ebpbbuz.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.808ms