home / media

streams

6 rows where v_uid = "v_uq8we"

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
770 v_uq8we javguru https://jav.guru/788357/kcda-194-nympho-and-intense-sex-the-rumored-underground-adult-entertainment/ https://javclan.com/e/n2nrl74lrv7q https://jav.guru/searcho/?xr=6e326e726c37346c72763771   embed 2026-08-30 09:56:45 2026-08-30 09:56:45 javguru https://javclan.com/e/n2nrl74lrv7q
771 v_uq8we javguru https://jav.guru/788357/kcda-194-nympho-and-intense-sex-the-rumored-underground-adult-entertainment/ https://turbovidhls.com/t/68ee0ffc809f7 https://jav.guru/searcho/?ur=36386565306666633830396637 https://cdn3.turboviplay.com/data3/68ee0ffc809f7/68ee0ffc809f7.m3u8 m3u8 2026-08-30 09:56:45 2026-08-30 09:56:45 javguru https://turbovidhls.com/t/68ee0ffc809f7
772 v_uq8we javguru https://jav.guru/788357/kcda-194-nympho-and-intense-sex-the-rumored-underground-adult-entertainment/ https://tracylocalschool.com/e/ot18xjvf6741 https://jav.guru/searcho/?tr=6f743138786a766636373431   embed 2026-08-30 09:56:45 2026-08-30 09:56:45 javguru https://tracylocalschool.com/e/ot18xjvf6741
773 v_uq8we javguru https://jav.guru/788357/kcda-194-nympho-and-intense-sex-the-rumored-underground-adult-entertainment/ https://streamhihi.com/e/n421zaz7hlvw https://jav.guru/searcho/?er=652f6e3432317a617a37686c7677   embed 2026-08-30 09:56:45 2026-08-30 09:56:45 javguru https://streamhihi.com/e/n421zaz7hlvw
774 v_uq8we javguru https://jav.guru/788357/kcda-194-nympho-and-intense-sex-the-rumored-underground-adult-entertainment/ https://vide0.net/e/chxaitsmcgwt https://jav.guru/searcho/?hr=636878616974736d63677774   embed 2026-08-30 09:56:45 2026-08-30 09:56:45 javguru https://vide0.net/e/chxaitsmcgwt
775 v_uq8we javguru https://jav.guru/788357/kcda-194-nympho-and-intense-sex-the-rumored-underground-adult-entertainment/ https://maxstream.org/embed-lk726yej4lz4.html https://jav.guru/searcho/?or=656d6265642d6c6b37323679656a346c7a342e68746d6c   embed 2026-08-30 09:56:45 2026-08-30 09:56:45 javguru https://maxstream.org/embed-lk726yej4lz4.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.39ms