home / media

streams

4 rows where v_uid = "v_mzm77"

This data as json, CSV (advanced)

Suggested facets: addedAt (date), updatedAt (date)

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2853 v_mzm77 javguru https://jav.guru/384099/pbd-466-shiromine-miu-premium-first-best-8/ https://javclan.com/e/01g137c10yrw https://jav.guru/searcho/?xr=303167313337633130797277   embed 2026-08-30 14:13:52 2026-08-30 14:13:52 javguru https://javclan.com/e/01g137c10yrw
2854 v_mzm77 javguru https://jav.guru/384099/pbd-466-shiromine-miu-premium-first-best-8/ https://oppainet.net/embed/lukaeFBZw4fYH2A https://jav.guru/searcho/?gr=6c756b616546425a77346659483241   embed 2026-08-30 14:13:52 2026-08-30 14:13:52 javguru https://oppainet.net/embed/lukaeFBZw4fYH2A
2855 v_mzm77 javguru https://jav.guru/384099/pbd-466-shiromine-miu-premium-first-best-8/ https://vide0.net/e/5rcsqqakj9lg https://jav.guru/searcho/?hr=357263737171616b6a396c67   embed 2026-08-30 14:13:52 2026-08-30 14:13:52 javguru https://vide0.net/e/5rcsqqakj9lg
2856 v_mzm77 javguru https://jav.guru/384099/pbd-466-shiromine-miu-premium-first-best-8/ https://maxstream.org/embed-gech5suhbu6p.html https://jav.guru/searcho/?or=656d6265642d6765636835737568627536702e68746d6c   embed 2026-08-30 14:13:52 2026-08-30 14:13:52 javguru https://maxstream.org/embed-gech5suhbu6p.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.04ms