home / media

streams

5 rows where v_uid = "v_8lrhx"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2242 v_8lrhx javguru https://jav.guru/785310/gns-136-inside-a-famous-obstetrics-clinic-in-the-city-the-reality-of-examinations-a-wicked-doctors-insemination-video-that-disrupts-the-vagina-with-seductive-actions/ https://javclan.com/e/ozqgvlv7yo85 https://jav.guru/searcho/?xr=6f7a7167766c7637796f3835   embed 2026-08-30 14:09:07 2026-08-30 14:09:07 javguru https://javclan.com/e/ozqgvlv7yo85
2243 v_8lrhx javguru https://jav.guru/785310/gns-136-inside-a-famous-obstetrics-clinic-in-the-city-the-reality-of-examinations-a-wicked-doctors-insemination-video-that-disrupts-the-vagina-with-seductive-actions/ https://turbovidhls.com/t/68ea985dcb24a https://jav.guru/searcho/?ur=36386561393835646362323461   embed 2026-08-30 14:09:07 2026-08-30 14:09:07 javguru https://turbovidhls.com/t/68ea985dcb24a
2244 v_8lrhx javguru https://jav.guru/785310/gns-136-inside-a-famous-obstetrics-clinic-in-the-city-the-reality-of-examinations-a-wicked-doctors-insemination-video-that-disrupts-the-vagina-with-seductive-actions/ https://tracylocalschool.com/e/llqvau8zqniy https://jav.guru/searcho/?tr=6c6c71766175387a716e6979   embed 2026-08-30 14:09:07 2026-08-30 14:09:07 javguru https://tracylocalschool.com/e/llqvau8zqniy
2245 v_8lrhx javguru https://jav.guru/785310/gns-136-inside-a-famous-obstetrics-clinic-in-the-city-the-reality-of-examinations-a-wicked-doctors-insemination-video-that-disrupts-the-vagina-with-seductive-actions/ https://streamhihi.com/e/9w484gfkurxh https://jav.guru/searcho/?er=652f397734383467666b75727868   embed 2026-08-30 14:09:07 2026-08-30 14:09:07 javguru https://streamhihi.com/e/9w484gfkurxh
2246 v_8lrhx javguru https://jav.guru/785310/gns-136-inside-a-famous-obstetrics-clinic-in-the-city-the-reality-of-examinations-a-wicked-doctors-insemination-video-that-disrupts-the-vagina-with-seductive-actions/ https://maxstream.org/embed-gq3bn05acmu5.html https://jav.guru/searcho/?or=656d6265642d677133626e303561636d75352e68746d6c   embed 2026-08-30 14:09:07 2026-08-30 14:09:07 javguru https://maxstream.org/embed-gq3bn05acmu5.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 29.938ms