home / media

streams

6 rows where v_uid = "v_zlbzd"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2847 v_zlbzd javguru https://jav.guru/784785/ktra-747-four-hours-of-flat-chested-girls-with-bare-pubic/ https://javclan.com/e/t8r41il6devs https://jav.guru/searcho/?xr=7438723431696c3664657673   embed 2026-08-30 14:13:49 2026-08-30 14:13:49 javguru https://javclan.com/e/t8r41il6devs
2848 v_zlbzd javguru https://jav.guru/784785/ktra-747-four-hours-of-flat-chested-girls-with-bare-pubic/ https://turbovidhls.com/t/68e9614566c4d https://jav.guru/searcho/?ur=36386539363134353636633464   embed 2026-08-30 14:13:49 2026-08-30 14:13:49 javguru https://turbovidhls.com/t/68e9614566c4d
2849 v_zlbzd javguru https://jav.guru/784785/ktra-747-four-hours-of-flat-chested-girls-with-bare-pubic/ https://tracylocalschool.com/e/usmjr1d6bfom https://jav.guru/searcho/?tr=75736d6a7231643662666f6d   embed 2026-08-30 14:13:49 2026-08-30 14:13:49 javguru https://tracylocalschool.com/e/usmjr1d6bfom
2850 v_zlbzd javguru https://jav.guru/784785/ktra-747-four-hours-of-flat-chested-girls-with-bare-pubic/ https://streamhihi.com/e/dyd8pwoqszed https://jav.guru/searcho/?er=652f6479643870776f71737a6564   embed 2026-08-30 14:13:49 2026-08-30 14:13:49 javguru https://streamhihi.com/e/dyd8pwoqszed
2851 v_zlbzd javguru https://jav.guru/784785/ktra-747-four-hours-of-flat-chested-girls-with-bare-pubic/ https://vide0.net/e/wgacbrbvkmz0 https://jav.guru/searcho/?hr=77676163627262766b6d7a30   embed 2026-08-30 14:13:49 2026-08-30 14:13:49 javguru https://vide0.net/e/wgacbrbvkmz0
2852 v_zlbzd javguru https://jav.guru/784785/ktra-747-four-hours-of-flat-chested-girls-with-bare-pubic/ https://maxstream.org/embed-39m2lu0hf5dg.html https://jav.guru/searcho/?or=656d6265642d33396d326c753068663564672e68746d6c   embed 2026-08-30 14:13:49 2026-08-30 14:13:49 javguru https://maxstream.org/embed-39m2lu0hf5dg.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.757ms