home / media

streams

4 rows where v_uid = "v_0upmd"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
10507 v_0upmd javguru https://jav.guru/399380/ebwh-119-the-strongest-gravure-idol-body-reaches-the-biggest-orgasm-of-her-life-with-big-back-arch-massive-squirting-big-convulsions-kiyomiya/ https://javclan.com/e/0f2odrrfm3kf https://jav.guru/searcho/?xr=3066326f647272666d336b66   embed 2026-08-30 17:48:13 2026-08-30 17:48:13 javguru https://javclan.com/e/0f2odrrfm3kf
10508 v_0upmd javguru https://jav.guru/399380/ebwh-119-the-strongest-gravure-idol-body-reaches-the-biggest-orgasm-of-her-life-with-big-back-arch-massive-squirting-big-convulsions-kiyomiya/ https://oppainet.net/embed/vnK46BqOPFfHp0H https://jav.guru/searcho/?gr=766e4b343642714f50466648703048   embed 2026-08-30 17:48:13 2026-08-30 17:48:13 javguru https://oppainet.net/embed/vnK46BqOPFfHp0H
10509 v_0upmd javguru https://jav.guru/399380/ebwh-119-the-strongest-gravure-idol-body-reaches-the-biggest-orgasm-of-her-life-with-big-back-arch-massive-squirting-big-convulsions-kiyomiya/ https://vide0.net/e/nx5t60x2uw58 https://jav.guru/searcho/?hr=6e7835743630783275773538   embed 2026-08-30 17:48:13 2026-08-30 17:48:13 javguru https://vide0.net/e/nx5t60x2uw58
10510 v_0upmd javguru https://jav.guru/399380/ebwh-119-the-strongest-gravure-idol-body-reaches-the-biggest-orgasm-of-her-life-with-big-back-arch-massive-squirting-big-convulsions-kiyomiya/ https://maxstream.org/embed-uw9qhmq17f2g.html https://jav.guru/searcho/?or=656d6265642d75773971686d7131376632672e68746d6c   embed 2026-08-30 17:48:13 2026-08-30 17:48:13 javguru https://maxstream.org/embed-uw9qhmq17f2g.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.786ms