home / media

streams

4 rows where v_uid = "v_3mszb"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1307 v_3mszb javguru https://jav.guru/384407/mrss-154-i-wanted-chldren-with-my-wife-but-i-am-infertile-so-i-decided-to-have-direct-insemination-with-a-sperm-donor-sano-yuma/ https://javclan.com/e/9dgdeeaonkbn https://jav.guru/searcho/?xr=396467646565616f6e6b626e   embed 2026-08-30 10:01:54 2026-08-30 10:01:54 javguru https://javclan.com/e/9dgdeeaonkbn
1308 v_3mszb javguru https://jav.guru/384407/mrss-154-i-wanted-chldren-with-my-wife-but-i-am-infertile-so-i-decided-to-have-direct-insemination-with-a-sperm-donor-sano-yuma/ https://oppainet.net/embed/g1pO0Wk7EkQMZIB https://jav.guru/searcho/?gr=6731704f30576b37456b514d5a4942   embed 2026-08-30 10:01:54 2026-08-30 10:01:54 javguru https://oppainet.net/embed/g1pO0Wk7EkQMZIB
1309 v_3mszb javguru https://jav.guru/384407/mrss-154-i-wanted-chldren-with-my-wife-but-i-am-infertile-so-i-decided-to-have-direct-insemination-with-a-sperm-donor-sano-yuma/ https://vide0.net/e/8b9euzfufaf9 https://jav.guru/searcho/?hr=38623965757a667566616639   embed 2026-08-30 10:01:54 2026-08-30 10:01:54 javguru https://vide0.net/e/8b9euzfufaf9
1310 v_3mszb javguru https://jav.guru/384407/mrss-154-i-wanted-chldren-with-my-wife-but-i-am-infertile-so-i-decided-to-have-direct-insemination-with-a-sperm-donor-sano-yuma/ https://maxstream.org/embed-wi41jby2jqcr.html https://jav.guru/searcho/?or=656d6265642d776934316a6279326a7163722e68746d6c   embed 2026-08-30 10:01:54 2026-08-30 10:01:54 javguru https://maxstream.org/embed-wi41jby2jqcr.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.553ms