home / media

streams

6 rows where v_uid = "v_wayu8"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2128 v_wayu8 javguru https://jav.guru/785251/jufd-101-plump-busty-swimsuit-overflowing-nakamori-reiko/ https://javclan.com/e/2t4b403i9u7p https://jav.guru/searcho/?xr=327434623430336939753770   embed 2026-08-30 14:08:13 2026-08-30 14:08:13 javguru https://javclan.com/e/2t4b403i9u7p
2129 v_wayu8 javguru https://jav.guru/785251/jufd-101-plump-busty-swimsuit-overflowing-nakamori-reiko/ https://turbovidhls.com/t/68eaaaa76f2bd https://jav.guru/searcho/?ur=36386561616161373666326264   embed 2026-08-30 14:08:13 2026-08-30 14:08:13 javguru https://turbovidhls.com/t/68eaaaa76f2bd
2130 v_wayu8 javguru https://jav.guru/785251/jufd-101-plump-busty-swimsuit-overflowing-nakamori-reiko/ https://tracylocalschool.com/e/vqbshlse6dd4 https://jav.guru/searcho/?tr=76716273686c736536646434   embed 2026-08-30 14:08:13 2026-08-30 14:08:13 javguru https://tracylocalschool.com/e/vqbshlse6dd4
2131 v_wayu8 javguru https://jav.guru/785251/jufd-101-plump-busty-swimsuit-overflowing-nakamori-reiko/ https://streamhihi.com/e/ndn7sw87lh0w https://jav.guru/searcho/?er=652f6e646e37737738376c683077   embed 2026-08-30 14:08:13 2026-08-30 14:08:13 javguru https://streamhihi.com/e/ndn7sw87lh0w
2132 v_wayu8 javguru https://jav.guru/785251/jufd-101-plump-busty-swimsuit-overflowing-nakamori-reiko/ https://vide0.net/e/xnd7353sm1h3 https://jav.guru/searcho/?hr=786e6437333533736d316833   embed 2026-08-30 14:08:13 2026-08-30 14:08:13 javguru https://vide0.net/e/xnd7353sm1h3
2133 v_wayu8 javguru https://jav.guru/785251/jufd-101-plump-busty-swimsuit-overflowing-nakamori-reiko/ https://maxstream.org/embed-dgzrkwoezqck.html https://jav.guru/searcho/?or=656d6265642d64677a726b776f657a71636b2e68746d6c   embed 2026-08-30 14:08:13 2026-08-30 14:08:13 javguru https://maxstream.org/embed-dgzrkwoezqck.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.891ms