home / media

streams

6 rows where v_uid = "v_r0yhp"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2487 v_r0yhp javguru https://jav.guru/784752/real-945-it-was-the-worst-i-shouldnt-have-gone-on-the-neighborhood-associations-hot-spring-trip-a-hellish-experience-of-being-surrounded-and-violated-by-perverted-old-men-during-the-orgy/ https://javclan.com/e/jfu8mfbk6r2p https://jav.guru/searcho/?xr=6a6675386d66626b36723270   embed 2026-08-30 14:10:59 2026-08-30 14:10:59 javguru https://javclan.com/e/jfu8mfbk6r2p
2488 v_r0yhp javguru https://jav.guru/784752/real-945-it-was-the-worst-i-shouldnt-have-gone-on-the-neighborhood-associations-hot-spring-trip-a-hellish-experience-of-being-surrounded-and-violated-by-perverted-old-men-during-the-orgy/ https://turbovidhls.com/t/68e9713029683 https://jav.guru/searcho/?ur=36386539373133303239363833   embed 2026-08-30 14:10:59 2026-08-30 14:10:59 javguru https://turbovidhls.com/t/68e9713029683
2489 v_r0yhp javguru https://jav.guru/784752/real-945-it-was-the-worst-i-shouldnt-have-gone-on-the-neighborhood-associations-hot-spring-trip-a-hellish-experience-of-being-surrounded-and-violated-by-perverted-old-men-during-the-orgy/ https://tracylocalschool.com/e/h3p6pgpxwtar https://jav.guru/searcho/?tr=683370367067707877746172   embed 2026-08-30 14:10:59 2026-08-30 14:10:59 javguru https://tracylocalschool.com/e/h3p6pgpxwtar
2490 v_r0yhp javguru https://jav.guru/784752/real-945-it-was-the-worst-i-shouldnt-have-gone-on-the-neighborhood-associations-hot-spring-trip-a-hellish-experience-of-being-surrounded-and-violated-by-perverted-old-men-during-the-orgy/ https://streamhihi.com/e/9xglwjz37zyi https://jav.guru/searcho/?er=652f3978676c776a7a33377a7969   embed 2026-08-30 14:10:59 2026-08-30 14:10:59 javguru https://streamhihi.com/e/9xglwjz37zyi
2491 v_r0yhp javguru https://jav.guru/784752/real-945-it-was-the-worst-i-shouldnt-have-gone-on-the-neighborhood-associations-hot-spring-trip-a-hellish-experience-of-being-surrounded-and-violated-by-perverted-old-men-during-the-orgy/ https://vide0.net/e/l79jsbsnr337 https://jav.guru/searcho/?hr=6c37396a7362736e72333337   embed 2026-08-30 14:10:59 2026-08-30 14:10:59 javguru https://vide0.net/e/l79jsbsnr337
2492 v_r0yhp javguru https://jav.guru/784752/real-945-it-was-the-worst-i-shouldnt-have-gone-on-the-neighborhood-associations-hot-spring-trip-a-hellish-experience-of-being-surrounded-and-violated-by-perverted-old-men-during-the-orgy/ https://maxstream.org/embed-x47f5gal1w4m.html https://jav.guru/searcho/?or=656d6265642d783437663567616c3177346d2e68746d6c   embed 2026-08-30 14:10:59 2026-08-30 14:10:59 javguru https://maxstream.org/embed-x47f5gal1w4m.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.684ms