home / media

streams

6 rows where v_uid = "v_rzh53"

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
33 v_rzh53 javguru https://jav.guru/789593/scop-562-after-bathing-together-as-chldren-i-entered-a-mixed-bath-with-a-woman-i-never-saw-as-a-romantic-interest-only-to-find-myself-aroused-by-her-grown-body-leading-to-awkwardness-and-a-passi/ https://javclan.com/e/2xpj0vm88yhy https://jav.guru/searcho/?xr=3278706a30766d3838796879   embed 2026-08-30 09:06:46 2026-08-30 09:06:46 javguru https://javclan.com/e/2xpj0vm88yhy
34 v_rzh53 javguru https://jav.guru/789593/scop-562-after-bathing-together-as-chldren-i-entered-a-mixed-bath-with-a-woman-i-never-saw-as-a-romantic-interest-only-to-find-myself-aroused-by-her-grown-body-leading-to-awkwardness-and-a-passi/ https://turbovidhls.com/t/68efa3abdca3e https://jav.guru/searcho/?ur=36386566613361626463613365 https://cdn3.turboviplay.com/data3/68efa3abdca3e/68efa3abdca3e.m3u8 m3u8 2026-08-30 09:06:46 2026-08-30 09:06:46 javguru https://turbovidhls.com/t/68efa3abdca3e
35 v_rzh53 javguru https://jav.guru/789593/scop-562-after-bathing-together-as-chldren-i-entered-a-mixed-bath-with-a-woman-i-never-saw-as-a-romantic-interest-only-to-find-myself-aroused-by-her-grown-body-leading-to-awkwardness-and-a-passi/ https://tracylocalschool.com/e/v9jmfqddbud4 https://jav.guru/searcho/?tr=76396a6d6671646462756434   embed 2026-08-30 09:06:46 2026-08-30 09:06:46 javguru https://tracylocalschool.com/e/v9jmfqddbud4
36 v_rzh53 javguru https://jav.guru/789593/scop-562-after-bathing-together-as-chldren-i-entered-a-mixed-bath-with-a-woman-i-never-saw-as-a-romantic-interest-only-to-find-myself-aroused-by-her-grown-body-leading-to-awkwardness-and-a-passi/ https://streamhihi.com/e/6xmdwwkjk7sd https://jav.guru/searcho/?er=652f36786d6477776b6a6b377364   embed 2026-08-30 09:06:46 2026-08-30 09:06:46 javguru https://streamhihi.com/e/6xmdwwkjk7sd
37 v_rzh53 javguru https://jav.guru/789593/scop-562-after-bathing-together-as-chldren-i-entered-a-mixed-bath-with-a-woman-i-never-saw-as-a-romantic-interest-only-to-find-myself-aroused-by-her-grown-body-leading-to-awkwardness-and-a-passi/ https://vide0.net/e/28frl0o2eddq https://jav.guru/searcho/?hr=323866726c306f3265646471   embed 2026-08-30 09:06:46 2026-08-30 09:06:46 javguru https://vide0.net/e/28frl0o2eddq
38 v_rzh53 javguru https://jav.guru/789593/scop-562-after-bathing-together-as-chldren-i-entered-a-mixed-bath-with-a-woman-i-never-saw-as-a-romantic-interest-only-to-find-myself-aroused-by-her-grown-body-leading-to-awkwardness-and-a-passi/ https://maxstream.org/embed-e8oa3xx9h17h.html https://jav.guru/searcho/?or=656d6265642d65386f6133787839683137682e68746d6c   embed 2026-08-30 09:06:46 2026-08-30 09:06:46 javguru https://maxstream.org/embed-e8oa3xx9h17h.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.372ms