home / media

streams

6 rows where v_uid = "v_bkgqb"

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
548 v_bkgqb javguru https://jav.guru/788367/iene-298-a-luxurious-soap-experience-with-beautiful-girls-spending-three-days-together-and-sharing-meals-and-sleep-featuring-suzumura-miyuu/ https://javclan.com/e/z5b54v12bf0o https://jav.guru/searcho/?xr=7a356235347631326266306f   embed 2026-08-30 09:55:00 2026-08-30 09:55:00 javguru https://javclan.com/e/z5b54v12bf0o
549 v_bkgqb javguru https://jav.guru/788367/iene-298-a-luxurious-soap-experience-with-beautiful-girls-spending-three-days-together-and-sharing-meals-and-sleep-featuring-suzumura-miyuu/ https://turbovidhls.com/t/68ee0e02355cf https://jav.guru/searcho/?ur=36386565306530323335356366 https://cdn3.turboviplay.com/data3/68ee0e02355cf/68ee0e02355cf.m3u8 m3u8 2026-08-30 09:55:00 2026-08-30 09:55:00 javguru https://turbovidhls.com/t/68ee0e02355cf
550 v_bkgqb javguru https://jav.guru/788367/iene-298-a-luxurious-soap-experience-with-beautiful-girls-spending-three-days-together-and-sharing-meals-and-sleep-featuring-suzumura-miyuu/ https://tracylocalschool.com/e/fuc4tcnqma3j https://jav.guru/searcho/?tr=6675633474636e716d61336a   embed 2026-08-30 09:55:00 2026-08-30 09:55:00 javguru https://tracylocalschool.com/e/fuc4tcnqma3j
551 v_bkgqb javguru https://jav.guru/788367/iene-298-a-luxurious-soap-experience-with-beautiful-girls-spending-three-days-together-and-sharing-meals-and-sleep-featuring-suzumura-miyuu/ https://streamhihi.com/e/stbgx1848ar6 https://jav.guru/searcho/?er=652f737462677831383438617236   embed 2026-08-30 09:55:00 2026-08-30 09:55:00 javguru https://streamhihi.com/e/stbgx1848ar6
552 v_bkgqb javguru https://jav.guru/788367/iene-298-a-luxurious-soap-experience-with-beautiful-girls-spending-three-days-together-and-sharing-meals-and-sleep-featuring-suzumura-miyuu/ https://vide0.net/e/upotkw35kgqg https://jav.guru/searcho/?hr=75706f746b7733356b677167   embed 2026-08-30 09:55:00 2026-08-30 09:55:00 javguru https://vide0.net/e/upotkw35kgqg
553 v_bkgqb javguru https://jav.guru/788367/iene-298-a-luxurious-soap-experience-with-beautiful-girls-spending-three-days-together-and-sharing-meals-and-sleep-featuring-suzumura-miyuu/ https://maxstream.org/embed-iaprlxsqfgr5.html https://jav.guru/searcho/?or=656d6265642d696170726c787371666772352e68746d6c   embed 2026-08-30 09:55:00 2026-08-30 09:55:00 javguru https://maxstream.org/embed-iaprlxsqfgr5.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.298ms