home / media

streams

6 rows where v_uid = "v_h2swg"

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
896 v_h2swg javguru https://jav.guru/788354/kcda-198-50-handjob-sluts-in-4-hours/ https://javclan.com/e/uohx9rk8zy85 https://jav.guru/searcho/?xr=756f687839726b387a793835   embed 2026-08-30 09:57:56 2026-08-30 09:57:56 javguru https://javclan.com/e/uohx9rk8zy85
897 v_h2swg javguru https://jav.guru/788354/kcda-198-50-handjob-sluts-in-4-hours/ https://turbovidhls.com/t/68ee119996455 https://jav.guru/searcho/?ur=36386565313139393936343535 https://cdn3.turboviplay.com/data3/68ee119996455/68ee119996455.m3u8 m3u8 2026-08-30 09:57:56 2026-08-30 09:57:56 javguru https://turbovidhls.com/t/68ee119996455
898 v_h2swg javguru https://jav.guru/788354/kcda-198-50-handjob-sluts-in-4-hours/ https://tracylocalschool.com/e/pvivva7vgsrz https://jav.guru/searcho/?tr=70766976766137766773727a   embed 2026-08-30 09:57:56 2026-08-30 09:57:56 javguru https://tracylocalschool.com/e/pvivva7vgsrz
899 v_h2swg javguru https://jav.guru/788354/kcda-198-50-handjob-sluts-in-4-hours/ https://streamhihi.com/e/ny71v7oepatw https://jav.guru/searcho/?er=652f6e79373176376f6570617477   embed 2026-08-30 09:57:56 2026-08-30 09:57:56 javguru https://streamhihi.com/e/ny71v7oepatw
900 v_h2swg javguru https://jav.guru/788354/kcda-198-50-handjob-sluts-in-4-hours/ https://vide0.net/e/c5uw4bymw2sk https://jav.guru/searcho/?hr=633575773462796d7732736b   embed 2026-08-30 09:57:56 2026-08-30 09:57:56 javguru https://vide0.net/e/c5uw4bymw2sk
901 v_h2swg javguru https://jav.guru/788354/kcda-198-50-handjob-sluts-in-4-hours/ https://maxstream.org/embed-7ax36ue371vt.html https://jav.guru/searcho/?or=656d6265642d3761783336756533373176742e68746d6c   embed 2026-08-30 09:57:56 2026-08-30 09:57:56 javguru https://maxstream.org/embed-7ax36ue371vt.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 5.263ms