home / media

streams

6 rows where v_uid = "v_h743w"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2379 v_h743w javguru https://jav.guru/784774/mkmp-676-exclusive-appearance-of-yayoi-mizuki-redebut-a-comprehensive-guide-to-yayoi-mizukis-overwhelming-masochism-and/ https://javclan.com/e/wuasg03fzodn https://jav.guru/searcho/?xr=77756173673033667a6f646e   embed 2026-08-30 14:10:11 2026-08-30 14:10:11 javguru https://javclan.com/e/wuasg03fzodn
2380 v_h743w javguru https://jav.guru/784774/mkmp-676-exclusive-appearance-of-yayoi-mizuki-redebut-a-comprehensive-guide-to-yayoi-mizukis-overwhelming-masochism-and/ https://turbovidhls.com/t/68e965d52f221 https://jav.guru/searcho/?ur=36386539363564353266323231   embed 2026-08-30 14:10:11 2026-08-30 14:10:11 javguru https://turbovidhls.com/t/68e965d52f221
2381 v_h743w javguru https://jav.guru/784774/mkmp-676-exclusive-appearance-of-yayoi-mizuki-redebut-a-comprehensive-guide-to-yayoi-mizukis-overwhelming-masochism-and/ https://tracylocalschool.com/e/h1vgzzaebgw0 https://jav.guru/searcho/?tr=683176677a7a616562677730   embed 2026-08-30 14:10:11 2026-08-30 14:10:11 javguru https://tracylocalschool.com/e/h1vgzzaebgw0
2382 v_h743w javguru https://jav.guru/784774/mkmp-676-exclusive-appearance-of-yayoi-mizuki-redebut-a-comprehensive-guide-to-yayoi-mizukis-overwhelming-masochism-and/ https://streamhihi.com/e/b0g777t7j4r5 https://jav.guru/searcho/?er=652f62306737373774376a347235   embed 2026-08-30 14:10:11 2026-08-30 14:10:11 javguru https://streamhihi.com/e/b0g777t7j4r5
2383 v_h743w javguru https://jav.guru/784774/mkmp-676-exclusive-appearance-of-yayoi-mizuki-redebut-a-comprehensive-guide-to-yayoi-mizukis-overwhelming-masochism-and/ https://vide0.net/e/icizvwzmlq1a https://jav.guru/searcho/?hr=6963697a76777a6d6c713161   embed 2026-08-30 14:10:11 2026-08-30 14:10:11 javguru https://vide0.net/e/icizvwzmlq1a
2384 v_h743w javguru https://jav.guru/784774/mkmp-676-exclusive-appearance-of-yayoi-mizuki-redebut-a-comprehensive-guide-to-yayoi-mizukis-overwhelming-masochism-and/ https://maxstream.org/embed-90mwd7evy2bo.html https://jav.guru/searcho/?or=656d6265642d39306d77643765767932626f2e68746d6c   embed 2026-08-30 14:10:11 2026-08-30 14:10:11 javguru https://maxstream.org/embed-90mwd7evy2bo.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 3.786ms