home / media

streams

6 rows where v_uid = "v_06kru"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
7374 v_06kru javguru https://jav.guru/790862/gs-2129-behind-the-affair-the-end-of-infidelity-special-edition-t-39-years-old-the-end-of-the-affair-11-continuation/ https://javclan.com/e/183cyhjpc96r https://jav.guru/searcho/?xr=3138336379686a7063393672   embed 2026-08-30 14:59:52 2026-08-30 14:59:52 javguru https://javclan.com/e/183cyhjpc96r
7375 v_06kru javguru https://jav.guru/790862/gs-2129-behind-the-affair-the-end-of-infidelity-special-edition-t-39-years-old-the-end-of-the-affair-11-continuation/ https://turbovidhls.com/t/68f3c1bbb5335 https://jav.guru/searcho/?ur=36386633633162626235333335   embed 2026-08-30 14:59:52 2026-08-30 14:59:52 javguru https://turbovidhls.com/t/68f3c1bbb5335
7376 v_06kru javguru https://jav.guru/790862/gs-2129-behind-the-affair-the-end-of-infidelity-special-edition-t-39-years-old-the-end-of-the-affair-11-continuation/ https://tracylocalschool.com/e/atgcurw40jho https://jav.guru/searcho/?tr=6174676375727734306a686f   embed 2026-08-30 14:59:52 2026-08-30 14:59:52 javguru https://tracylocalschool.com/e/atgcurw40jho
7377 v_06kru javguru https://jav.guru/790862/gs-2129-behind-the-affair-the-end-of-infidelity-special-edition-t-39-years-old-the-end-of-the-affair-11-continuation/ https://streamhihi.com/e/u4mtee07b79k https://jav.guru/searcho/?er=652f75346d74656530376237396b   embed 2026-08-30 14:59:52 2026-08-30 14:59:52 javguru https://streamhihi.com/e/u4mtee07b79k
7378 v_06kru javguru https://jav.guru/790862/gs-2129-behind-the-affair-the-end-of-infidelity-special-edition-t-39-years-old-the-end-of-the-affair-11-continuation/ https://vide0.net/e/9tpksx32gwrw https://jav.guru/searcho/?hr=3974706b7378333267777277   embed 2026-08-30 14:59:52 2026-08-30 14:59:52 javguru https://vide0.net/e/9tpksx32gwrw
7379 v_06kru javguru https://jav.guru/790862/gs-2129-behind-the-affair-the-end-of-infidelity-special-edition-t-39-years-old-the-end-of-the-affair-11-continuation/ https://maxstream.org/embed-889q9b6xxdvo.html https://jav.guru/searcho/?or=656d6265642d38383971396236787864766f2e68746d6c   embed 2026-08-30 14:59:52 2026-08-30 14:59:52 javguru https://maxstream.org/embed-889q9b6xxdvo.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.836ms