home / media

streams

6 rows where v_uid = "v_0c2h5"

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
8664 v_0c2h5 javguru https://jav.guru/789927/pppe-370-my-hated-father-in-laws-cock-is-just-too-perfect-even-though-i-was-getting-a-quickie-i-begged-for-an-extension-and-we-indulged-in-round-after-round-of-raw-sex-with-nakayama/ https://javclan.com/e/t6l2xwqvzn21 https://jav.guru/searcho/?xr=74366c32787771767a6e3231   embed 2026-08-30 16:37:27 2026-08-30 16:37:27 javguru https://javclan.com/e/t6l2xwqvzn21
8665 v_0c2h5 javguru https://jav.guru/789927/pppe-370-my-hated-father-in-laws-cock-is-just-too-perfect-even-though-i-was-getting-a-quickie-i-begged-for-an-extension-and-we-indulged-in-round-after-round-of-raw-sex-with-nakayama/ https://turbovidhls.com/t/68f13e5f456ef https://jav.guru/searcho/?ur=36386631336535663435366566 https://cdn3.turboviplay.com/data3/68f13e5f456ef/68f13e5f456ef.m3u8 m3u8 2026-08-30 16:37:27 2026-08-30 16:37:27 javguru https://turbovidhls.com/t/68f13e5f456ef
8666 v_0c2h5 javguru https://jav.guru/789927/pppe-370-my-hated-father-in-laws-cock-is-just-too-perfect-even-though-i-was-getting-a-quickie-i-begged-for-an-extension-and-we-indulged-in-round-after-round-of-raw-sex-with-nakayama/ https://tracylocalschool.com/e/x9athbwwyzko https://jav.guru/searcho/?tr=7839617468627777797a6b6f   embed 2026-08-30 16:37:27 2026-08-30 16:37:27 javguru https://tracylocalschool.com/e/x9athbwwyzko
8667 v_0c2h5 javguru https://jav.guru/789927/pppe-370-my-hated-father-in-laws-cock-is-just-too-perfect-even-though-i-was-getting-a-quickie-i-begged-for-an-extension-and-we-indulged-in-round-after-round-of-raw-sex-with-nakayama/ https://streamhihi.com/e/is19rm5u9eeb https://jav.guru/searcho/?er=652f69733139726d357539656562   embed 2026-08-30 16:37:27 2026-08-30 16:37:27 javguru https://streamhihi.com/e/is19rm5u9eeb
8668 v_0c2h5 javguru https://jav.guru/789927/pppe-370-my-hated-father-in-laws-cock-is-just-too-perfect-even-though-i-was-getting-a-quickie-i-begged-for-an-extension-and-we-indulged-in-round-after-round-of-raw-sex-with-nakayama/ https://vide0.net/e/dsl435n3cxby https://jav.guru/searcho/?hr=64736c3433356e3363786279   embed 2026-08-30 16:37:27 2026-08-30 16:37:27 javguru https://vide0.net/e/dsl435n3cxby
8669 v_0c2h5 javguru https://jav.guru/789927/pppe-370-my-hated-father-in-laws-cock-is-just-too-perfect-even-though-i-was-getting-a-quickie-i-begged-for-an-extension-and-we-indulged-in-round-after-round-of-raw-sex-with-nakayama/ https://maxstream.org/embed-n00gw3onjnbp.html https://jav.guru/searcho/?or=656d6265642d6e30306777336f6e6a6e62702e68746d6c   embed 2026-08-30 16:37:27 2026-08-30 16:37:27 javguru https://maxstream.org/embed-n00gw3onjnbp.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.362ms