home / media

streams

6 rows where v_uid = "v_yb3jx"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2265 v_yb3jx javguru https://jav.guru/785268/hunta-995-will-you-go-all-the-way-with-me-when-i-turn-twenty-at-midnight-on-my-twentieth-birthday-i-finally-have-sex-with-my-beloved-stepmother-whom-ive-loved-for-so/ https://javclan.com/e/vdlh8kk8huat https://jav.guru/searcho/?xr=76646c68386b6b3868756174   embed 2026-08-30 14:09:17 2026-08-30 14:09:17 javguru https://javclan.com/e/vdlh8kk8huat
2266 v_yb3jx javguru https://jav.guru/785268/hunta-995-will-you-go-all-the-way-with-me-when-i-turn-twenty-at-midnight-on-my-twentieth-birthday-i-finally-have-sex-with-my-beloved-stepmother-whom-ive-loved-for-so/ https://turbovidhls.com/t/68eaa461bc130 https://jav.guru/searcho/?ur=36386561613436316263313330   embed 2026-08-30 14:09:17 2026-08-30 14:09:17 javguru https://turbovidhls.com/t/68eaa461bc130
2267 v_yb3jx javguru https://jav.guru/785268/hunta-995-will-you-go-all-the-way-with-me-when-i-turn-twenty-at-midnight-on-my-twentieth-birthday-i-finally-have-sex-with-my-beloved-stepmother-whom-ive-loved-for-so/ https://tracylocalschool.com/e/axkjyovtxf3a https://jav.guru/searcho/?tr=61786b6a796f767478663361   embed 2026-08-30 14:09:17 2026-08-30 14:09:17 javguru https://tracylocalschool.com/e/axkjyovtxf3a
2268 v_yb3jx javguru https://jav.guru/785268/hunta-995-will-you-go-all-the-way-with-me-when-i-turn-twenty-at-midnight-on-my-twentieth-birthday-i-finally-have-sex-with-my-beloved-stepmother-whom-ive-loved-for-so/ https://streamhihi.com/e/0be8e2xg8ae1 https://jav.guru/searcho/?er=652f306265386532786738616531   embed 2026-08-30 14:09:17 2026-08-30 14:09:17 javguru https://streamhihi.com/e/0be8e2xg8ae1
2269 v_yb3jx javguru https://jav.guru/785268/hunta-995-will-you-go-all-the-way-with-me-when-i-turn-twenty-at-midnight-on-my-twentieth-birthday-i-finally-have-sex-with-my-beloved-stepmother-whom-ive-loved-for-so/ https://vide0.net/e/8j1qfh8djoza https://jav.guru/searcho/?hr=386a3171666838646a6f7a61   embed 2026-08-30 14:09:17 2026-08-30 14:09:17 javguru https://vide0.net/e/8j1qfh8djoza
2270 v_yb3jx javguru https://jav.guru/785268/hunta-995-will-you-go-all-the-way-with-me-when-i-turn-twenty-at-midnight-on-my-twentieth-birthday-i-finally-have-sex-with-my-beloved-stepmother-whom-ive-loved-for-so/ https://maxstream.org/embed-t0phi0cbxfcn.html https://jav.guru/searcho/?or=656d6265642d74307068693063627866636e2e68746d6c   embed 2026-08-30 14:09:17 2026-08-30 14:09:17 javguru https://maxstream.org/embed-t0phi0cbxfcn.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.128ms