home / media

streams

6 rows where v_uid = "v_acqbt"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
970 v_acqbt javguru https://jav.guru/787703/start-399-special-edition-document-sex-four-performances-fully-unleashing-the-pleasure-of-unexperienced-sex-featuring-i-cups-strongest-golden-ratio-beauty-ogasawara/ https://javclan.com/e/vis6xbhevfg2 https://jav.guru/searcho/?xr=766973367862686576666732   embed 2026-08-30 09:58:53 2026-08-30 09:58:53 javguru https://javclan.com/e/vis6xbhevfg2
971 v_acqbt javguru https://jav.guru/787703/start-399-special-edition-document-sex-four-performances-fully-unleashing-the-pleasure-of-unexperienced-sex-featuring-i-cups-strongest-golden-ratio-beauty-ogasawara/ https://turbovidhls.com/t/68ed44f585c4d https://jav.guru/searcho/?ur=36386564343466353835633464 https://cdn3.turboviplay.com/data3/68ed44f585c4d/68ed44f585c4d.m3u8 m3u8 2026-08-30 09:58:53 2026-08-30 09:58:53 javguru https://turbovidhls.com/t/68ed44f585c4d
972 v_acqbt javguru https://jav.guru/787703/start-399-special-edition-document-sex-four-performances-fully-unleashing-the-pleasure-of-unexperienced-sex-featuring-i-cups-strongest-golden-ratio-beauty-ogasawara/ https://tracylocalschool.com/e/fcd81fncrrfq https://jav.guru/searcho/?tr=6663643831666e6372726671   embed 2026-08-30 09:58:53 2026-08-30 09:58:53 javguru https://tracylocalschool.com/e/fcd81fncrrfq
973 v_acqbt javguru https://jav.guru/787703/start-399-special-edition-document-sex-four-performances-fully-unleashing-the-pleasure-of-unexperienced-sex-featuring-i-cups-strongest-golden-ratio-beauty-ogasawara/ https://streamhihi.com/e/1opretcfr695 https://jav.guru/searcho/?er=652f316f70726574636672363935   embed 2026-08-30 09:58:53 2026-08-30 09:58:53 javguru https://streamhihi.com/e/1opretcfr695
974 v_acqbt javguru https://jav.guru/787703/start-399-special-edition-document-sex-four-performances-fully-unleashing-the-pleasure-of-unexperienced-sex-featuring-i-cups-strongest-golden-ratio-beauty-ogasawara/ https://vide0.net/e/o7ddg747xcyt https://jav.guru/searcho/?hr=6f3764646737343778637974   embed 2026-08-30 09:58:53 2026-08-30 09:58:53 javguru https://vide0.net/e/o7ddg747xcyt
975 v_acqbt javguru https://jav.guru/787703/start-399-special-edition-document-sex-four-performances-fully-unleashing-the-pleasure-of-unexperienced-sex-featuring-i-cups-strongest-golden-ratio-beauty-ogasawara/ https://maxstream.org/embed-ew99sxo0kncx.html https://jav.guru/searcho/?or=656d6265642d6577393973786f306b6e63782e68746d6c   embed 2026-08-30 09:58:53 2026-08-30 09:58:53 javguru https://maxstream.org/embed-ew99sxo0kncx.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.437ms