home / media

streams

6 rows where v_uid = "v_kpmcp"

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
335 v_kpmcp javguru https://jav.guru/788328/miae-296-a-youthful-record-of-playing-adult-video-games-with-my-stepsister-during-the-three-days-my-parents-were-away-jinguuji/ https://javclan.com/e/jhg70klfjkty https://jav.guru/searcho/?xr=6a686737306b6c666a6b7479   embed 2026-08-30 09:53:17 2026-08-30 09:53:17 javguru https://javclan.com/e/jhg70klfjkty
336 v_kpmcp javguru https://jav.guru/788328/miae-296-a-youthful-record-of-playing-adult-video-games-with-my-stepsister-during-the-three-days-my-parents-were-away-jinguuji/ https://turbovidhls.com/t/68ee143be4c7d https://jav.guru/searcho/?ur=36386565313433626534633764 https://cdn3.turboviplay.com/data3/68ee143be4c7d/68ee143be4c7d.m3u8 m3u8 2026-08-30 09:53:17 2026-08-30 09:53:17 javguru https://turbovidhls.com/t/68ee143be4c7d
337 v_kpmcp javguru https://jav.guru/788328/miae-296-a-youthful-record-of-playing-adult-video-games-with-my-stepsister-during-the-three-days-my-parents-were-away-jinguuji/ https://tracylocalschool.com/e/1dzujxryjb0q https://jav.guru/searcho/?tr=31647a756a7872796a623071   embed 2026-08-30 09:53:17 2026-08-30 09:53:17 javguru https://tracylocalschool.com/e/1dzujxryjb0q
338 v_kpmcp javguru https://jav.guru/788328/miae-296-a-youthful-record-of-playing-adult-video-games-with-my-stepsister-during-the-three-days-my-parents-were-away-jinguuji/ https://streamhihi.com/e/3zk0eopp8r8l https://jav.guru/searcho/?er=652f337a6b30656f70703872386c   embed 2026-08-30 09:53:17 2026-08-30 09:53:17 javguru https://streamhihi.com/e/3zk0eopp8r8l
339 v_kpmcp javguru https://jav.guru/788328/miae-296-a-youthful-record-of-playing-adult-video-games-with-my-stepsister-during-the-three-days-my-parents-were-away-jinguuji/ https://vide0.net/e/6k2uordp217f https://jav.guru/searcho/?hr=366b32756f72647032313766   embed 2026-08-30 09:53:17 2026-08-30 09:53:17 javguru https://vide0.net/e/6k2uordp217f
340 v_kpmcp javguru https://jav.guru/788328/miae-296-a-youthful-record-of-playing-adult-video-games-with-my-stepsister-during-the-three-days-my-parents-were-away-jinguuji/ https://maxstream.org/embed-s17mnbfpcfz5.html https://jav.guru/searcho/?or=656d6265642d7331376d6e62667063667a352e68746d6c   embed 2026-08-30 09:53:17 2026-08-30 09:53:17 javguru https://maxstream.org/embed-s17mnbfpcfz5.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.25ms