home / media

streams

6 rows where v_uid = "v_m0fv6"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
293 v_m0fv6 javguru https://jav.guru/788335/miae-164-continuous-nipple-play-and-intercourse-with-kawana/ https://javclan.com/e/k1sendciredn https://jav.guru/searcho/?xr=6b3173656e6463697265646e   embed 2026-08-30 09:52:55 2026-08-30 09:52:55 javguru https://javclan.com/e/k1sendciredn
294 v_m0fv6 javguru https://jav.guru/788335/miae-164-continuous-nipple-play-and-intercourse-with-kawana/ https://turbovidhls.com/t/68ee136098f17 https://jav.guru/searcho/?ur=36386565313336303938663137 https://cdn3.turboviplay.com/data/68ee136098f17/68ee136098f17.m3u8 m3u8 2026-08-30 09:52:55 2026-08-30 09:52:55 javguru https://turbovidhls.com/t/68ee136098f17
295 v_m0fv6 javguru https://jav.guru/788335/miae-164-continuous-nipple-play-and-intercourse-with-kawana/ https://tracylocalschool.com/e/jrvmqrysn7jy https://jav.guru/searcho/?tr=6a72766d717279736e376a79   embed 2026-08-30 09:52:55 2026-08-30 09:52:55 javguru https://tracylocalschool.com/e/jrvmqrysn7jy
296 v_m0fv6 javguru https://jav.guru/788335/miae-164-continuous-nipple-play-and-intercourse-with-kawana/ https://streamhihi.com/e/l0t5v6ogrb47 https://jav.guru/searcho/?er=652f6c30743576366f6772623437   embed 2026-08-30 09:52:55 2026-08-30 09:52:55 javguru https://streamhihi.com/e/l0t5v6ogrb47
297 v_m0fv6 javguru https://jav.guru/788335/miae-164-continuous-nipple-play-and-intercourse-with-kawana/ https://vide0.net/e/1cd720nzevul https://jav.guru/searcho/?hr=3163643732306e7a6576756c   embed 2026-08-30 09:52:55 2026-08-30 09:52:55 javguru https://vide0.net/e/1cd720nzevul
298 v_m0fv6 javguru https://jav.guru/788335/miae-164-continuous-nipple-play-and-intercourse-with-kawana/ https://maxstream.org/embed-846fj1hess0b.html https://jav.guru/searcho/?or=656d6265642d383436666a316865737330622e68746d6c   embed 2026-08-30 09:52:55 2026-08-30 09:52:55 javguru https://maxstream.org/embed-846fj1hess0b.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.365ms