home / media

streams

6 rows where v_uid = "v_rrm3j"

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
269 v_rrm3j javguru https://jav.guru/788330/miae-285-the-virgin-younger-brother-who-took-his-sisters-provocation-seriously-is-unaware-hes-about-to-climax-during-a-wild-piston-ride-with-arisaka/ https://javclan.com/e/kj4pufao23q4 https://jav.guru/searcho/?xr=6b6a34707566616f32337134   embed 2026-08-30 09:52:42 2026-08-30 09:52:42 javguru https://javclan.com/e/kj4pufao23q4
270 v_rrm3j javguru https://jav.guru/788330/miae-285-the-virgin-younger-brother-who-took-his-sisters-provocation-seriously-is-unaware-hes-about-to-climax-during-a-wild-piston-ride-with-arisaka/ https://turbovidhls.com/t/68ee13fb0e60e https://jav.guru/searcho/?ur=36386565313366623065363065 https://cdn3.turboviplay.com/data3/68ee13fb0e60e/68ee13fb0e60e.m3u8 m3u8 2026-08-30 09:52:42 2026-08-30 09:52:42 javguru https://turbovidhls.com/t/68ee13fb0e60e
271 v_rrm3j javguru https://jav.guru/788330/miae-285-the-virgin-younger-brother-who-took-his-sisters-provocation-seriously-is-unaware-hes-about-to-climax-during-a-wild-piston-ride-with-arisaka/ https://tracylocalschool.com/e/g4tqfxcczaho https://jav.guru/searcho/?tr=67347471667863637a61686f   embed 2026-08-30 09:52:42 2026-08-30 09:52:42 javguru https://tracylocalschool.com/e/g4tqfxcczaho
272 v_rrm3j javguru https://jav.guru/788330/miae-285-the-virgin-younger-brother-who-took-his-sisters-provocation-seriously-is-unaware-hes-about-to-climax-during-a-wild-piston-ride-with-arisaka/ https://streamhihi.com/e/bq4l2ru6aqky https://jav.guru/searcho/?er=652f6271346c3272753661716b79   embed 2026-08-30 09:52:42 2026-08-30 09:52:42 javguru https://streamhihi.com/e/bq4l2ru6aqky
273 v_rrm3j javguru https://jav.guru/788330/miae-285-the-virgin-younger-brother-who-took-his-sisters-provocation-seriously-is-unaware-hes-about-to-climax-during-a-wild-piston-ride-with-arisaka/ https://vide0.net/e/a99di8h55q86 https://jav.guru/searcho/?hr=613939646938683535713836   embed 2026-08-30 09:52:42 2026-08-30 09:52:42 javguru https://vide0.net/e/a99di8h55q86
274 v_rrm3j javguru https://jav.guru/788330/miae-285-the-virgin-younger-brother-who-took-his-sisters-provocation-seriously-is-unaware-hes-about-to-climax-during-a-wild-piston-ride-with-arisaka/ https://maxstream.org/embed-shin4c6wxki3.html https://jav.guru/searcho/?or=656d6265642d7368696e34633677786b69332e68746d6c   embed 2026-08-30 09:52:42 2026-08-30 09:52:42 javguru https://maxstream.org/embed-shin4c6wxki3.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.143ms