home / media

streams

6 rows where v_uid = "v_dhgg6"

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
377 v_dhgg6 javguru https://jav.guru/788312/mism-119-please-make-me-your-treasure-an-erotic-spell-from-a-uniform-loving-sm-monk-shy-but-with-a-mind-full-of-desires-featuring-the-pure-white-beauty-rena-takamure/ https://javclan.com/e/da78vva39p98 https://jav.guru/searcho/?xr=646137387676613339703938   embed 2026-08-30 09:53:36 2026-08-30 09:53:36 javguru https://javclan.com/e/da78vva39p98
378 v_dhgg6 javguru https://jav.guru/788312/mism-119-please-make-me-your-treasure-an-erotic-spell-from-a-uniform-loving-sm-monk-shy-but-with-a-mind-full-of-desires-featuring-the-pure-white-beauty-rena-takamure/ https://turbovidhls.com/t/68ee171588315 https://jav.guru/searcho/?ur=36386565313731353838333135 https://cdn3.turboviplay.com/data3/68ee171588315/68ee171588315.m3u8 m3u8 2026-08-30 09:53:36 2026-08-30 09:53:36 javguru https://turbovidhls.com/t/68ee171588315
379 v_dhgg6 javguru https://jav.guru/788312/mism-119-please-make-me-your-treasure-an-erotic-spell-from-a-uniform-loving-sm-monk-shy-but-with-a-mind-full-of-desires-featuring-the-pure-white-beauty-rena-takamure/ https://tracylocalschool.com/e/ffuecizfpndf https://jav.guru/searcho/?tr=6666756563697a66706e6466   embed 2026-08-30 09:53:36 2026-08-30 09:53:36 javguru https://tracylocalschool.com/e/ffuecizfpndf
380 v_dhgg6 javguru https://jav.guru/788312/mism-119-please-make-me-your-treasure-an-erotic-spell-from-a-uniform-loving-sm-monk-shy-but-with-a-mind-full-of-desires-featuring-the-pure-white-beauty-rena-takamure/ https://streamhihi.com/e/cb6te36fic9k https://jav.guru/searcho/?er=652f63623674653336666963396b   embed 2026-08-30 09:53:36 2026-08-30 09:53:36 javguru https://streamhihi.com/e/cb6te36fic9k
381 v_dhgg6 javguru https://jav.guru/788312/mism-119-please-make-me-your-treasure-an-erotic-spell-from-a-uniform-loving-sm-monk-shy-but-with-a-mind-full-of-desires-featuring-the-pure-white-beauty-rena-takamure/ https://vide0.net/e/3lx0hz6gvb04 https://jav.guru/searcho/?hr=336c7830687a366776623034   embed 2026-08-30 09:53:36 2026-08-30 09:53:36 javguru https://vide0.net/e/3lx0hz6gvb04
382 v_dhgg6 javguru https://jav.guru/788312/mism-119-please-make-me-your-treasure-an-erotic-spell-from-a-uniform-loving-sm-monk-shy-but-with-a-mind-full-of-desires-featuring-the-pure-white-beauty-rena-takamure/ https://maxstream.org/embed-oyb7gy0hiviw.html https://jav.guru/searcho/?or=656d6265642d6f79623767793068697669772e68746d6c   embed 2026-08-30 09:53:36 2026-08-30 09:53:36 javguru https://maxstream.org/embed-oyb7gy0hiviw.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.258ms