home / media

streams

6 rows where v_uid = "v_ocsz2"

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
884 v_ocsz2 javguru https://jav.guru/788351/kcda-204-i-ended-up-having-my-semen-squeezed-out-with-an-oil-massage/ https://javclan.com/e/lnwtsocymg3n https://jav.guru/searcho/?xr=6c6e7774736f63796d67336e   embed 2026-08-30 09:57:48 2026-08-30 09:57:48 javguru https://javclan.com/e/lnwtsocymg3n
885 v_ocsz2 javguru https://jav.guru/788351/kcda-204-i-ended-up-having-my-semen-squeezed-out-with-an-oil-massage/ https://turbovidhls.com/t/68ee1080e77ae https://jav.guru/searcho/?ur=36386565313038306537376165 https://cdn3.turboviplay.com/data/lqjB0KXaYzau8U06k4Ef/lqjB0KXaYzau8U06k4Ef.m3u8 m3u8 2026-08-30 09:57:48 2026-08-30 09:57:48 javguru https://turbovidhls.com/t/68ee1080e77ae
886 v_ocsz2 javguru https://jav.guru/788351/kcda-204-i-ended-up-having-my-semen-squeezed-out-with-an-oil-massage/ https://tracylocalschool.com/e/xhtneg3inwnt https://jav.guru/searcho/?tr=7868746e656733696e776e74   embed 2026-08-30 09:57:48 2026-08-30 09:57:48 javguru https://tracylocalschool.com/e/xhtneg3inwnt
887 v_ocsz2 javguru https://jav.guru/788351/kcda-204-i-ended-up-having-my-semen-squeezed-out-with-an-oil-massage/ https://streamhihi.com/e/0lc5yhkba7om https://jav.guru/searcho/?er=652f306c633579686b6261376f6d   embed 2026-08-30 09:57:48 2026-08-30 09:57:48 javguru https://streamhihi.com/e/0lc5yhkba7om
888 v_ocsz2 javguru https://jav.guru/788351/kcda-204-i-ended-up-having-my-semen-squeezed-out-with-an-oil-massage/ https://vide0.net/e/vtqcwokvm5a3 https://jav.guru/searcho/?hr=76747163776f6b766d356133   embed 2026-08-30 09:57:48 2026-08-30 09:57:48 javguru https://vide0.net/e/vtqcwokvm5a3
889 v_ocsz2 javguru https://jav.guru/788351/kcda-204-i-ended-up-having-my-semen-squeezed-out-with-an-oil-massage/ https://maxstream.org/embed-eky0e65n0j6v.html https://jav.guru/searcho/?or=656d6265642d656b79306536356e306a36762e68746d6c   embed 2026-08-30 09:57:48 2026-08-30 09:57:48 javguru https://maxstream.org/embed-eky0e65n0j6v.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.831ms