home / media

streams

5 rows where v_uid = "v_0uzwl"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
6637 v_0uzwl javguru https://jav.guru/1043945/cawb-006-like-a-sequel-to-an-erotic-short-video-the-sadistic-older-sister-from-the-next-room-maiyuki-ito-barges-into-my-room-and-playfully-teases-me-while-i-jerk-off/ https://javclan.com/e/d7ilx4hpbcrv https://jav.guru/searcho/?xr=6437696c7834687062637276   embed 2026-08-30 14:52:22 2026-08-30 14:52:22 javguru https://javclan.com/e/d7ilx4hpbcrv
6638 v_0uzwl javguru https://jav.guru/1043945/cawb-006-like-a-sequel-to-an-erotic-short-video-the-sadistic-older-sister-from-the-next-room-maiyuki-ito-barges-into-my-room-and-playfully-teases-me-while-i-jerk-off/ https://turbovidhls.com/t/6a9084d03063d https://jav.guru/searcho/?ur=36613930383464303330363364   embed 2026-08-30 14:52:22 2026-08-30 14:52:22 javguru https://turbovidhls.com/t/6a9084d03063d
6639 v_0uzwl javguru https://jav.guru/1043945/cawb-006-like-a-sequel-to-an-erotic-short-video-the-sadistic-older-sister-from-the-next-room-maiyuki-ito-barges-into-my-room-and-playfully-teases-me-while-i-jerk-off/ https://tracylocalschool.com/e/1opoefa8mcni https://jav.guru/searcho/?tr=316f706f656661386d636e69   embed 2026-08-30 14:52:22 2026-08-30 14:52:22 javguru https://tracylocalschool.com/e/1opoefa8mcni
6640 v_0uzwl javguru https://jav.guru/1043945/cawb-006-like-a-sequel-to-an-erotic-short-video-the-sadistic-older-sister-from-the-next-room-maiyuki-ito-barges-into-my-room-and-playfully-teases-me-while-i-jerk-off/ https://vide0.net/e/px2qmfz27elo https://jav.guru/searcho/?hr=707832716d667a3237656c6f   embed 2026-08-30 14:52:22 2026-08-30 14:52:22 javguru https://vide0.net/e/px2qmfz27elo
6641 v_0uzwl javguru https://jav.guru/1043945/cawb-006-like-a-sequel-to-an-erotic-short-video-the-sadistic-older-sister-from-the-next-room-maiyuki-ito-barges-into-my-room-and-playfully-teases-me-while-i-jerk-off/ https://maxstream.org/embed-uw0nhaixyavc.html https://jav.guru/searcho/?or=656d6265642d7577306e68616978796176632e68746d6c   embed 2026-08-30 14:52:22 2026-08-30 14:52:22 javguru https://maxstream.org/embed-uw0nhaixyavc.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.928ms