home / media

streams

6 rows where v_uid = "v_0hlag"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2104 v_0hlag javguru https://jav.guru/785245/jufd-108-a-lewd-beautiful-mature-woman-desires-a-big-mans-explosive-ejaculation-starring-makihara/ https://javclan.com/e/t6x79uw7vxmz https://jav.guru/searcho/?xr=743678373975773776786d7a   embed 2026-08-30 14:08:01 2026-08-30 14:08:01 javguru https://javclan.com/e/t6x79uw7vxmz
2105 v_0hlag javguru https://jav.guru/785245/jufd-108-a-lewd-beautiful-mature-woman-desires-a-big-mans-explosive-ejaculation-starring-makihara/ https://turbovidhls.com/t/68eaaca0a108f https://jav.guru/searcho/?ur=36386561616361306131303866   embed 2026-08-30 14:08:01 2026-08-30 14:08:01 javguru https://turbovidhls.com/t/68eaaca0a108f
2106 v_0hlag javguru https://jav.guru/785245/jufd-108-a-lewd-beautiful-mature-woman-desires-a-big-mans-explosive-ejaculation-starring-makihara/ https://tracylocalschool.com/e/hie9ssd0ja6x https://jav.guru/searcho/?tr=68696539737364306a613678   embed 2026-08-30 14:08:01 2026-08-30 14:08:01 javguru https://tracylocalschool.com/e/hie9ssd0ja6x
2107 v_0hlag javguru https://jav.guru/785245/jufd-108-a-lewd-beautiful-mature-woman-desires-a-big-mans-explosive-ejaculation-starring-makihara/ https://streamhihi.com/e/f7zmcl952yul https://jav.guru/searcho/?er=652f66377a6d636c39353279756c   embed 2026-08-30 14:08:01 2026-08-30 14:08:01 javguru https://streamhihi.com/e/f7zmcl952yul
2108 v_0hlag javguru https://jav.guru/785245/jufd-108-a-lewd-beautiful-mature-woman-desires-a-big-mans-explosive-ejaculation-starring-makihara/ https://vide0.net/e/cu7197ms90no https://jav.guru/searcho/?hr=6375373139376d7339306e6f   embed 2026-08-30 14:08:01 2026-08-30 14:08:01 javguru https://vide0.net/e/cu7197ms90no
2109 v_0hlag javguru https://jav.guru/785245/jufd-108-a-lewd-beautiful-mature-woman-desires-a-big-mans-explosive-ejaculation-starring-makihara/ https://maxstream.org/embed-19gi5dzo8sz4.html https://jav.guru/searcho/?or=656d6265642d3139676935647a6f38737a342e68746d6c   embed 2026-08-30 14:08:01 2026-08-30 14:08:01 javguru https://maxstream.org/embed-19gi5dzo8sz4.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.623ms