home / media

streams

6 rows where v_uid = "v_nrxl8"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
7 v_nrxl8 javguru https://jav.guru/789691/enki-002-cuckolded-wife-chika-in-heat-being-bred-by-another-man/ https://javclan.com/e/fy3ry4rbvx58 https://jav.guru/searcho/?xr=667933727934726276783538   embed 2026-08-30 07:38:09 2026-08-30 07:38:09 javguru https://javclan.com/e/fy3ry4rbvx58
8 v_nrxl8 javguru https://jav.guru/789691/enki-002-cuckolded-wife-chika-in-heat-being-bred-by-another-man/ https://turbovidhls.com/t/68ef931f1d232 https://jav.guru/searcho/?ur=36386566393331663164323332 https://cdn3.turboviplay.com/data3/68ef931f1d232/68ef931f1d232.m3u8 m3u8 2026-08-30 07:38:09 2026-08-30 07:38:09 javguru https://turbovidhls.com/t/68ef931f1d232
9 v_nrxl8 javguru https://jav.guru/789691/enki-002-cuckolded-wife-chika-in-heat-being-bred-by-another-man/ https://tracylocalschool.com/e/zztqqs7iiaou https://jav.guru/searcho/?tr=7a7a74717173376969616f75   embed 2026-08-30 07:38:09 2026-08-30 07:38:09 javguru https://tracylocalschool.com/e/zztqqs7iiaou
10 v_nrxl8 javguru https://jav.guru/789691/enki-002-cuckolded-wife-chika-in-heat-being-bred-by-another-man/ https://streamhihi.com/e/6njas8v8ukf9 https://jav.guru/searcho/?er=652f366e6a6173387638756b6639   embed 2026-08-30 07:38:09 2026-08-30 07:38:09 javguru https://streamhihi.com/e/6njas8v8ukf9
11 v_nrxl8 javguru https://jav.guru/789691/enki-002-cuckolded-wife-chika-in-heat-being-bred-by-another-man/ https://maxstream.org/embed-yzmff8w0xuli.html https://jav.guru/searcho/?or=656d6265642d797a6d666638773078756c692e68746d6c   embed 2026-08-30 07:38:09 2026-08-30 07:38:09 javguru https://maxstream.org/embed-yzmff8w0xuli.html
29 v_nrxl8 javguru https://jav.guru/789691/enki-002-cuckolded-wife-chika-in-heat-being-bred-by-another-man/ https://vide0.net/e/8ah8bc0h8faq https://jav.guru/searcho/?hr=386168386263306838666171   embed 2026-08-30 07:52:44 2026-08-30 07:52:44 javguru https://vide0.net/e/8ah8bc0h8faq

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.722ms