home / media

streams

6 rows where v_uid = "v_4e8zv"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1600 v_4e8zv javguru https://jav.guru/785475/naac-034b-best-naked-02-hanamori-kaho/ https://javclan.com/e/9cqo7i1xwv49 https://jav.guru/searcho/?xr=3963716f3769317877763439   embed 2026-08-30 14:03:36 2026-08-30 14:03:36 javguru https://javclan.com/e/9cqo7i1xwv49
1601 v_4e8zv javguru https://jav.guru/785475/naac-034b-best-naked-02-hanamori-kaho/ https://turbovidhls.com/t/68ebfec3ba7c0 https://jav.guru/searcho/?ur=36386562666563336261376330   embed 2026-08-30 14:03:36 2026-08-30 14:03:36 javguru https://turbovidhls.com/t/68ebfec3ba7c0
1602 v_4e8zv javguru https://jav.guru/785475/naac-034b-best-naked-02-hanamori-kaho/ https://tracylocalschool.com/e/5y7m5bbwdjm2 https://jav.guru/searcho/?tr=3579376d35626277646a6d32   embed 2026-08-30 14:03:36 2026-08-30 14:03:36 javguru https://tracylocalschool.com/e/5y7m5bbwdjm2
1603 v_4e8zv javguru https://jav.guru/785475/naac-034b-best-naked-02-hanamori-kaho/ https://streamhihi.com/e/8p7b1c3rjfon https://jav.guru/searcho/?er=652f38703762316333726a666f6e   embed 2026-08-30 14:03:36 2026-08-30 14:03:36 javguru https://streamhihi.com/e/8p7b1c3rjfon
1604 v_4e8zv javguru https://jav.guru/785475/naac-034b-best-naked-02-hanamori-kaho/ https://vide0.net/e/5oflsdi5hmyz https://jav.guru/searcho/?hr=356f666c73646935686d797a   embed 2026-08-30 14:03:36 2026-08-30 14:03:36 javguru https://vide0.net/e/5oflsdi5hmyz
1605 v_4e8zv javguru https://jav.guru/785475/naac-034b-best-naked-02-hanamori-kaho/ https://maxstream.org/embed-ynjiaw0fi2ay.html https://jav.guru/searcho/?or=656d6265642d796e6a6961773066693261792e68746d6c   embed 2026-08-30 14:03:36 2026-08-30 14:03:36 javguru https://maxstream.org/embed-ynjiaw0fi2ay.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.233ms