home / media

streams

6 rows where v_uid = "v_hzmxx"

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
908 v_hzmxx javguru https://jav.guru/787706/naac-039-best-naked-sakura-wakana/ https://javclan.com/e/h4bqd5fww0xo https://jav.guru/searcho/?xr=68346271643566777730786f   embed 2026-08-30 09:58:06 2026-08-30 09:58:06 javguru https://javclan.com/e/h4bqd5fww0xo
909 v_hzmxx javguru https://jav.guru/787706/naac-039-best-naked-sakura-wakana/ https://turbovidhls.com/t/68ed43baa5706 https://jav.guru/searcho/?ur=36386564343362616135373036 https://cdn3.turboviplay.com/data3/68ed43baa5706/68ed43baa5706.m3u8 m3u8 2026-08-30 09:58:06 2026-08-30 09:58:06 javguru https://turbovidhls.com/t/68ed43baa5706
910 v_hzmxx javguru https://jav.guru/787706/naac-039-best-naked-sakura-wakana/ https://tracylocalschool.com/e/kune9lskvtnz https://jav.guru/searcho/?tr=6b756e65396c736b76746e7a   embed 2026-08-30 09:58:06 2026-08-30 09:58:06 javguru https://tracylocalschool.com/e/kune9lskvtnz
911 v_hzmxx javguru https://jav.guru/787706/naac-039-best-naked-sakura-wakana/ https://streamhihi.com/e/oov97fckazm1 https://jav.guru/searcho/?er=652f6f6f76393766636b617a6d31   embed 2026-08-30 09:58:06 2026-08-30 09:58:06 javguru https://streamhihi.com/e/oov97fckazm1
912 v_hzmxx javguru https://jav.guru/787706/naac-039-best-naked-sakura-wakana/ https://vide0.net/e/vte6yrqdlrep https://jav.guru/searcho/?hr=76746536797271646c726570   embed 2026-08-30 09:58:06 2026-08-30 09:58:06 javguru https://vide0.net/e/vte6yrqdlrep
913 v_hzmxx javguru https://jav.guru/787706/naac-039-best-naked-sakura-wakana/ https://maxstream.org/embed-wjvfa9yl4f5t.html https://jav.guru/searcho/?or=656d6265642d776a76666139796c346635742e68746d6c   embed 2026-08-30 09:58:06 2026-08-30 09:58:06 javguru https://maxstream.org/embed-wjvfa9yl4f5t.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.537ms