home / media

streams

6 rows where v_uid = "v_bhwt7"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2463 v_bhwt7 javguru https://jav.guru/784840/bagr-070-a-sleepover-with-two-childhood-friends-from-the-j-series-leads-to-a-wild-night-of-group-sex-as-they-lose-their-inhibitions-after-drinking-for-the-first-time/ https://javclan.com/e/wnx2aijdreo1 https://jav.guru/searcho/?xr=776e783261696a6472656f31   embed 2026-08-30 14:10:49 2026-08-30 14:10:49 javguru https://javclan.com/e/wnx2aijdreo1
2464 v_bhwt7 javguru https://jav.guru/784840/bagr-070-a-sleepover-with-two-childhood-friends-from-the-j-series-leads-to-a-wild-night-of-group-sex-as-they-lose-their-inhibitions-after-drinking-for-the-first-time/ https://turbovidhls.com/t/68e9506b327db https://jav.guru/searcho/?ur=36386539353036623332376462   embed 2026-08-30 14:10:49 2026-08-30 14:10:49 javguru https://turbovidhls.com/t/68e9506b327db
2465 v_bhwt7 javguru https://jav.guru/784840/bagr-070-a-sleepover-with-two-childhood-friends-from-the-j-series-leads-to-a-wild-night-of-group-sex-as-they-lose-their-inhibitions-after-drinking-for-the-first-time/ https://tracylocalschool.com/e/7mv6fdgrcawd https://jav.guru/searcho/?tr=376d76366664677263617764   embed 2026-08-30 14:10:49 2026-08-30 14:10:49 javguru https://tracylocalschool.com/e/7mv6fdgrcawd
2466 v_bhwt7 javguru https://jav.guru/784840/bagr-070-a-sleepover-with-two-childhood-friends-from-the-j-series-leads-to-a-wild-night-of-group-sex-as-they-lose-their-inhibitions-after-drinking-for-the-first-time/ https://streamhihi.com/e/gxxa884jrb4a https://jav.guru/searcho/?er=652f677878613838346a72623461   embed 2026-08-30 14:10:49 2026-08-30 14:10:49 javguru https://streamhihi.com/e/gxxa884jrb4a
2467 v_bhwt7 javguru https://jav.guru/784840/bagr-070-a-sleepover-with-two-childhood-friends-from-the-j-series-leads-to-a-wild-night-of-group-sex-as-they-lose-their-inhibitions-after-drinking-for-the-first-time/ https://vide0.net/e/4stbuerozhgg https://jav.guru/searcho/?hr=347374627565726f7a686767   embed 2026-08-30 14:10:49 2026-08-30 14:10:49 javguru https://vide0.net/e/4stbuerozhgg
2468 v_bhwt7 javguru https://jav.guru/784840/bagr-070-a-sleepover-with-two-childhood-friends-from-the-j-series-leads-to-a-wild-night-of-group-sex-as-they-lose-their-inhibitions-after-drinking-for-the-first-time/ https://maxstream.org/embed-wkjw4ebwz97t.html https://jav.guru/searcho/?or=656d6265642d776b6a77346562777a3937742e68746d6c   embed 2026-08-30 14:10:49 2026-08-30 14:10:49 javguru https://maxstream.org/embed-wkjw4ebwz97t.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.952ms