home / media

streams

6 rows where v_uid = "v_wrowl"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2092 v_wrowl javguru https://jav.guru/785237/parathd-4310-i-tried-to-make-the-beautiful-female-doctor-at-the-university-hospital-climax-thoroughly-with-sensual-massage-in-a-4-hour-special-2/ https://javclan.com/e/5klvg2r13kp5 https://jav.guru/searcho/?xr=356b6c7667327231336b7035   embed 2026-08-30 14:07:56 2026-08-30 14:07:56 javguru https://javclan.com/e/5klvg2r13kp5
2093 v_wrowl javguru https://jav.guru/785237/parathd-4310-i-tried-to-make-the-beautiful-female-doctor-at-the-university-hospital-climax-thoroughly-with-sensual-massage-in-a-4-hour-special-2/ https://turbovidhls.com/t/68eab236ba504 https://jav.guru/searcho/?ur=36386561623233366261353034   embed 2026-08-30 14:07:56 2026-08-30 14:07:56 javguru https://turbovidhls.com/t/68eab236ba504
2094 v_wrowl javguru https://jav.guru/785237/parathd-4310-i-tried-to-make-the-beautiful-female-doctor-at-the-university-hospital-climax-thoroughly-with-sensual-massage-in-a-4-hour-special-2/ https://tracylocalschool.com/e/lgcotwhj97go https://jav.guru/searcho/?tr=6c67636f7477686a3937676f   embed 2026-08-30 14:07:56 2026-08-30 14:07:56 javguru https://tracylocalschool.com/e/lgcotwhj97go
2095 v_wrowl javguru https://jav.guru/785237/parathd-4310-i-tried-to-make-the-beautiful-female-doctor-at-the-university-hospital-climax-thoroughly-with-sensual-massage-in-a-4-hour-special-2/ https://streamhihi.com/e/vvqeubqr46d6 https://jav.guru/searcho/?er=652f767671657562717234366436   embed 2026-08-30 14:07:56 2026-08-30 14:07:56 javguru https://streamhihi.com/e/vvqeubqr46d6
2096 v_wrowl javguru https://jav.guru/785237/parathd-4310-i-tried-to-make-the-beautiful-female-doctor-at-the-university-hospital-climax-thoroughly-with-sensual-massage-in-a-4-hour-special-2/ https://vide0.net/e/c2a98awso863 https://jav.guru/searcho/?hr=63326139386177736f383633   embed 2026-08-30 14:07:56 2026-08-30 14:07:56 javguru https://vide0.net/e/c2a98awso863
2097 v_wrowl javguru https://jav.guru/785237/parathd-4310-i-tried-to-make-the-beautiful-female-doctor-at-the-university-hospital-climax-thoroughly-with-sensual-massage-in-a-4-hour-special-2/ https://maxstream.org/embed-3r7ulboqpcru.html https://jav.guru/searcho/?or=656d6265642d337237756c626f71706372752e68746d6c   embed 2026-08-30 14:07:56 2026-08-30 14:07:56 javguru https://maxstream.org/embed-3r7ulboqpcru.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 4.252ms