home / media

streams

6 rows where v_uid = "v_rbwx7"

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
698 v_rbwx7 javguru https://jav.guru/788395/iene-251-would-you-like-to-experience-a-semi-sexual-encounter-with-your-son-separated-by-just-one-layer-featuring-amateur-mother-mizuki-an-and-konno-tsubaki/ https://javclan.com/e/wwlrnq9k46ra https://jav.guru/searcho/?xr=77776c726e71396b34367261   embed 2026-08-30 09:56:08 2026-08-30 09:56:08 javguru https://javclan.com/e/wwlrnq9k46ra
699 v_rbwx7 javguru https://jav.guru/788395/iene-251-would-you-like-to-experience-a-semi-sexual-encounter-with-your-son-separated-by-just-one-layer-featuring-amateur-mother-mizuki-an-and-konno-tsubaki/ https://turbovidhls.com/t/68ee0ce7aa0fc https://jav.guru/searcho/?ur=36386565306365376161306663 https://cdn3.turboviplay.com/data3/68ee0ce7aa0fc/68ee0ce7aa0fc.m3u8 m3u8 2026-08-30 09:56:08 2026-08-30 09:56:08 javguru https://turbovidhls.com/t/68ee0ce7aa0fc
700 v_rbwx7 javguru https://jav.guru/788395/iene-251-would-you-like-to-experience-a-semi-sexual-encounter-with-your-son-separated-by-just-one-layer-featuring-amateur-mother-mizuki-an-and-konno-tsubaki/ https://tracylocalschool.com/e/nkvy7rehggmc https://jav.guru/searcho/?tr=6e6b76793772656867676d63   embed 2026-08-30 09:56:08 2026-08-30 09:56:08 javguru https://tracylocalschool.com/e/nkvy7rehggmc
701 v_rbwx7 javguru https://jav.guru/788395/iene-251-would-you-like-to-experience-a-semi-sexual-encounter-with-your-son-separated-by-just-one-layer-featuring-amateur-mother-mizuki-an-and-konno-tsubaki/ https://streamhihi.com/e/osi64rpj9wpv https://jav.guru/searcho/?er=652f6f7369363472706a39777076   embed 2026-08-30 09:56:08 2026-08-30 09:56:08 javguru https://streamhihi.com/e/osi64rpj9wpv
702 v_rbwx7 javguru https://jav.guru/788395/iene-251-would-you-like-to-experience-a-semi-sexual-encounter-with-your-son-separated-by-just-one-layer-featuring-amateur-mother-mizuki-an-and-konno-tsubaki/ https://vide0.net/e/msegd8a2etos https://jav.guru/searcho/?hr=6d7365676438613265746f73   embed 2026-08-30 09:56:08 2026-08-30 09:56:08 javguru https://vide0.net/e/msegd8a2etos
703 v_rbwx7 javguru https://jav.guru/788395/iene-251-would-you-like-to-experience-a-semi-sexual-encounter-with-your-son-separated-by-just-one-layer-featuring-amateur-mother-mizuki-an-and-konno-tsubaki/ https://maxstream.org/embed-5yjt5yd2gpnw.html https://jav.guru/searcho/?or=656d6265642d35796a743579643267706e772e68746d6c   embed 2026-08-30 09:56:08 2026-08-30 09:56:08 javguru https://maxstream.org/embed-5yjt5yd2gpnw.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.129ms