home / media

streams

6 rows where v_uid = "v_wivk4"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
12 v_wivk4 javguru https://jav.guru/789598/rebd-976-non8-love-in-the-aqua-villa-nonoura-non/ https://javclan.com/e/o1r674zbom4a https://jav.guru/searcho/?xr=6f31723637347a626f6d3461   embed 2026-08-30 07:38:30 2026-08-30 07:38:30 javguru https://javclan.com/e/o1r674zbom4a
13 v_wivk4 javguru https://jav.guru/789598/rebd-976-non8-love-in-the-aqua-villa-nonoura-non/ https://turbovidhls.com/t/68efe607ec54f https://jav.guru/searcho/?ur=36386566653630376563353466 https://cdn3.turboviplay.com/data3/68efe607ec54f/68efe607ec54f.m3u8 m3u8 2026-08-30 07:38:30 2026-08-30 07:38:30 javguru https://turbovidhls.com/t/68efe607ec54f
14 v_wivk4 javguru https://jav.guru/789598/rebd-976-non8-love-in-the-aqua-villa-nonoura-non/ https://tracylocalschool.com/e/v22uvmhh8vzh https://jav.guru/searcho/?tr=76323275766d686838767a68   embed 2026-08-30 07:38:30 2026-08-30 07:38:30 javguru https://tracylocalschool.com/e/v22uvmhh8vzh
15 v_wivk4 javguru https://jav.guru/789598/rebd-976-non8-love-in-the-aqua-villa-nonoura-non/ https://streamhihi.com/e/iv46o4eczlln https://jav.guru/searcho/?er=652f697634366f3465637a6c6c6e   embed 2026-08-30 07:38:30 2026-08-30 07:38:30 javguru https://streamhihi.com/e/iv46o4eczlln
16 v_wivk4 javguru https://jav.guru/789598/rebd-976-non8-love-in-the-aqua-villa-nonoura-non/ https://maxstream.org/embed-eccp8413goac.html https://jav.guru/searcho/?or=656d6265642d6563637038343133676f61632e68746d6c   embed 2026-08-30 07:38:30 2026-08-30 07:38:30 javguru https://maxstream.org/embed-eccp8413goac.html
30 v_wivk4 javguru https://jav.guru/789598/rebd-976-non8-love-in-the-aqua-villa-nonoura-non/ https://vide0.net/e/qbds3yyvv949 https://jav.guru/searcho/?hr=716264733379797676393439   embed 2026-08-30 07:53:06 2026-08-30 07:53:06 javguru https://vide0.net/e/qbds3yyvv949

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.464ms