home / media

streams

6 rows where v_uid = "v_6nevo"

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
491 v_6nevo javguru https://jav.guru/788359/kcda-190-the-notorious-blowjob-shop-known-for-its-intense-services/ https://javclan.com/e/yujwhhx7vonp https://jav.guru/searcho/?xr=79756a7768687837766f6e70   embed 2026-08-30 09:54:34 2026-08-30 09:54:34 javguru https://javclan.com/e/yujwhhx7vonp
492 v_6nevo javguru https://jav.guru/788359/kcda-190-the-notorious-blowjob-shop-known-for-its-intense-services/ https://turbovidhls.com/t/68ee0f6d6aef6 https://jav.guru/searcho/?ur=36386565306636643661656636 https://cdn3.turboviplay.com/data/vVu5TBjJ6clDlwHFQ2Sm/vVu5TBjJ6clDlwHFQ2Sm.m3u8 m3u8 2026-08-30 09:54:34 2026-08-30 09:54:34 javguru https://turbovidhls.com/t/68ee0f6d6aef6
493 v_6nevo javguru https://jav.guru/788359/kcda-190-the-notorious-blowjob-shop-known-for-its-intense-services/ https://tracylocalschool.com/e/nur3ccxfzoih https://jav.guru/searcho/?tr=6e757233636378667a6f6968   embed 2026-08-30 09:54:34 2026-08-30 09:54:34 javguru https://tracylocalschool.com/e/nur3ccxfzoih
494 v_6nevo javguru https://jav.guru/788359/kcda-190-the-notorious-blowjob-shop-known-for-its-intense-services/ https://streamhihi.com/e/nwdcw1yl6194 https://jav.guru/searcho/?er=652f6e7764637731796c36313934   embed 2026-08-30 09:54:34 2026-08-30 09:54:34 javguru https://streamhihi.com/e/nwdcw1yl6194
495 v_6nevo javguru https://jav.guru/788359/kcda-190-the-notorious-blowjob-shop-known-for-its-intense-services/ https://vide0.net/e/ajyszcsntukb https://jav.guru/searcho/?hr=616a79737a63736e74756b62   embed 2026-08-30 09:54:34 2026-08-30 09:54:34 javguru https://vide0.net/e/ajyszcsntukb
496 v_6nevo javguru https://jav.guru/788359/kcda-190-the-notorious-blowjob-shop-known-for-its-intense-services/ https://maxstream.org/embed-8wwl7xm3dume.html https://jav.guru/searcho/?or=656d6265642d3877776c37786d3364756d652e68746d6c   embed 2026-08-30 09:54:34 2026-08-30 09:54:34 javguru https://maxstream.org/embed-8wwl7xm3dume.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.389ms