home / media

streams

4 rows where v_uid = "v_06abu"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1255 v_06abu javguru https://jav.guru/384840/dldss-304-obscene-underwear-model-ntr-my-wife-rion-hiiragi-is-asked-to-pose-by-a-lewd-photographer-but-gets-excited/ https://javclan.com/e/e6yz816noa36 https://jav.guru/searcho/?xr=6536797a3831366e6f613336   embed 2026-08-30 10:01:21 2026-08-30 10:01:21 javguru https://javclan.com/e/e6yz816noa36
1256 v_06abu javguru https://jav.guru/384840/dldss-304-obscene-underwear-model-ntr-my-wife-rion-hiiragi-is-asked-to-pose-by-a-lewd-photographer-but-gets-excited/ https://oppainet.net/embed/MREY9mXlPJgCU50 https://jav.guru/searcho/?gr=4d524559396d586c504a6743553530   embed 2026-08-30 10:01:21 2026-08-30 10:01:21 javguru https://oppainet.net/embed/MREY9mXlPJgCU50
1257 v_06abu javguru https://jav.guru/384840/dldss-304-obscene-underwear-model-ntr-my-wife-rion-hiiragi-is-asked-to-pose-by-a-lewd-photographer-but-gets-excited/ https://vide0.net/e/9ozhiuyfspws https://jav.guru/searcho/?hr=396f7a686975796673707773   embed 2026-08-30 10:01:21 2026-08-30 10:01:21 javguru https://vide0.net/e/9ozhiuyfspws
1258 v_06abu javguru https://jav.guru/384840/dldss-304-obscene-underwear-model-ntr-my-wife-rion-hiiragi-is-asked-to-pose-by-a-lewd-photographer-but-gets-excited/ https://maxstream.org/embed-t465wgfufv2v.html https://jav.guru/searcho/?or=656d6265642d7434363577676675667632762e68746d6c   embed 2026-08-30 10:01:21 2026-08-30 10:01:21 javguru https://maxstream.org/embed-t465wgfufv2v.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.719ms