home / media

streams

6 rows where v_uid = "v_sdiqf"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2176 v_sdiqf javguru https://jav.guru/785297/hunta-859-hey-big-brother-my-chest-has-surprisingly-grown-hasnt-it-not-at-all-in-fact-that-flat-chest-is-the-best-inner-voice-while-i-was-getting-my-back-washed-by-my-l/ https://javclan.com/e/fq2o7526ex8r https://jav.guru/searcho/?xr=6671326f3735323665783872   embed 2026-08-30 14:08:37 2026-08-30 14:08:37 javguru https://javclan.com/e/fq2o7526ex8r
2177 v_sdiqf javguru https://jav.guru/785297/hunta-859-hey-big-brother-my-chest-has-surprisingly-grown-hasnt-it-not-at-all-in-fact-that-flat-chest-is-the-best-inner-voice-while-i-was-getting-my-back-washed-by-my-l/ https://turbovidhls.com/t/68ea964817f92 https://jav.guru/searcho/?ur=36386561393634383137663932   embed 2026-08-30 14:08:37 2026-08-30 14:08:37 javguru https://turbovidhls.com/t/68ea964817f92
2178 v_sdiqf javguru https://jav.guru/785297/hunta-859-hey-big-brother-my-chest-has-surprisingly-grown-hasnt-it-not-at-all-in-fact-that-flat-chest-is-the-best-inner-voice-while-i-was-getting-my-back-washed-by-my-l/ https://tracylocalschool.com/e/15v4ifs78dl3 https://jav.guru/searcho/?tr=313576346966733738646c33   embed 2026-08-30 14:08:37 2026-08-30 14:08:37 javguru https://tracylocalschool.com/e/15v4ifs78dl3
2179 v_sdiqf javguru https://jav.guru/785297/hunta-859-hey-big-brother-my-chest-has-surprisingly-grown-hasnt-it-not-at-all-in-fact-that-flat-chest-is-the-best-inner-voice-while-i-was-getting-my-back-washed-by-my-l/ https://streamhihi.com/e/0tqr7ce0fei6 https://jav.guru/searcho/?er=652f307471723763653066656936   embed 2026-08-30 14:08:37 2026-08-30 14:08:37 javguru https://streamhihi.com/e/0tqr7ce0fei6
2180 v_sdiqf javguru https://jav.guru/785297/hunta-859-hey-big-brother-my-chest-has-surprisingly-grown-hasnt-it-not-at-all-in-fact-that-flat-chest-is-the-best-inner-voice-while-i-was-getting-my-back-washed-by-my-l/ https://vide0.net/e/6tpofe2w3xlr https://jav.guru/searcho/?hr=3674706f6665327733786c72   embed 2026-08-30 14:08:37 2026-08-30 14:08:37 javguru https://vide0.net/e/6tpofe2w3xlr
2181 v_sdiqf javguru https://jav.guru/785297/hunta-859-hey-big-brother-my-chest-has-surprisingly-grown-hasnt-it-not-at-all-in-fact-that-flat-chest-is-the-best-inner-voice-while-i-was-getting-my-back-washed-by-my-l/ https://maxstream.org/embed-3dh4kobnjyvz.html https://jav.guru/searcho/?or=656d6265642d336468346b6f626e6a79767a2e68746d6c   embed 2026-08-30 14:08:37 2026-08-30 14:08:37 javguru https://maxstream.org/embed-3dh4kobnjyvz.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.959ms