home / media

streams

4 rows where v_uid = "v_mbuqd"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1303 v_mbuqd javguru https://jav.guru/384429/gvh-652-human-disqualification-i-kept-ejaculating-scum-while-watching-that-girl-i-admired-being-rped-and-bukkake-kurumi-sakura/ https://javclan.com/e/zlxelwt6a98j https://jav.guru/searcho/?xr=7a6c78656c7774366139386a   embed 2026-08-30 10:01:49 2026-08-30 10:01:49 javguru https://javclan.com/e/zlxelwt6a98j
1304 v_mbuqd javguru https://jav.guru/384429/gvh-652-human-disqualification-i-kept-ejaculating-scum-while-watching-that-girl-i-admired-being-rped-and-bukkake-kurumi-sakura/ https://oppainet.net/embed/lNlTmedcGPOBvpx https://jav.guru/searcho/?gr=6c4e6c546d65646347504f42767078   embed 2026-08-30 10:01:49 2026-08-30 10:01:49 javguru https://oppainet.net/embed/lNlTmedcGPOBvpx
1305 v_mbuqd javguru https://jav.guru/384429/gvh-652-human-disqualification-i-kept-ejaculating-scum-while-watching-that-girl-i-admired-being-rped-and-bukkake-kurumi-sakura/ https://vide0.net/e/3sow7hqj65nz https://jav.guru/searcho/?hr=33736f773768716a36356e7a   embed 2026-08-30 10:01:49 2026-08-30 10:01:49 javguru https://vide0.net/e/3sow7hqj65nz
1306 v_mbuqd javguru https://jav.guru/384429/gvh-652-human-disqualification-i-kept-ejaculating-scum-while-watching-that-girl-i-admired-being-rped-and-bukkake-kurumi-sakura/ https://maxstream.org/embed-96r0qmnib1i9.html https://jav.guru/searcho/?or=656d6265642d39367230716d6e69623169392e68746d6c   embed 2026-08-30 10:01:49 2026-08-30 10:01:49 javguru https://maxstream.org/embed-96r0qmnib1i9.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.006ms