home / media

streams

6 rows where v_uid = "v_yzr8i"

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
275 v_yzr8i javguru https://jav.guru/788336/miae-161-female-teachers-irrumatio-punishment-kashii/ https://javclan.com/e/9dxrlg3n8dcv https://jav.guru/searcho/?xr=396478726c67336e38646376   embed 2026-08-30 09:52:45 2026-08-30 09:52:45 javguru https://javclan.com/e/9dxrlg3n8dcv
276 v_yzr8i javguru https://jav.guru/788336/miae-161-female-teachers-irrumatio-punishment-kashii/ https://turbovidhls.com/t/68ee12d07024e https://jav.guru/searcho/?ur=36386565313264303730323465 https://cdn3.turboviplay.com/data3/68ee12d07024e/68ee12d07024e.m3u8 m3u8 2026-08-30 09:52:45 2026-08-30 09:52:45 javguru https://turbovidhls.com/t/68ee12d07024e
277 v_yzr8i javguru https://jav.guru/788336/miae-161-female-teachers-irrumatio-punishment-kashii/ https://tracylocalschool.com/e/9d08d0hsghmf https://jav.guru/searcho/?tr=396430386430687367686d66   embed 2026-08-30 09:52:45 2026-08-30 09:52:45 javguru https://tracylocalschool.com/e/9d08d0hsghmf
278 v_yzr8i javguru https://jav.guru/788336/miae-161-female-teachers-irrumatio-punishment-kashii/ https://streamhihi.com/e/534l2qda7b5e https://jav.guru/searcho/?er=652f3533346c3271646137623565   embed 2026-08-30 09:52:45 2026-08-30 09:52:45 javguru https://streamhihi.com/e/534l2qda7b5e
279 v_yzr8i javguru https://jav.guru/788336/miae-161-female-teachers-irrumatio-punishment-kashii/ https://vide0.net/e/15x8vprme03b https://jav.guru/searcho/?hr=313578387670726d65303362   embed 2026-08-30 09:52:45 2026-08-30 09:52:45 javguru https://vide0.net/e/15x8vprme03b
280 v_yzr8i javguru https://jav.guru/788336/miae-161-female-teachers-irrumatio-punishment-kashii/ https://maxstream.org/embed-cnxdrloqwdzl.html https://jav.guru/searcho/?or=656d6265642d636e7864726c6f7177647a6c2e68746d6c   embed 2026-08-30 09:52:45 2026-08-30 09:52:45 javguru https://maxstream.org/embed-cnxdrloqwdzl.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.104ms