home / media

streams

6 rows where v_uid = "v_vohpk"

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
982 v_vohpk javguru https://jav.guru/787707/naac-038-best-naked-by-tsukishiro-ririka/ https://javclan.com/e/2ajs0pi8l2mo https://jav.guru/searcho/?xr=32616a73307069386c326d6f   embed 2026-08-30 09:59:01 2026-08-30 09:59:01 javguru https://javclan.com/e/2ajs0pi8l2mo
983 v_vohpk javguru https://jav.guru/787707/naac-038-best-naked-by-tsukishiro-ririka/ https://turbovidhls.com/t/68ed44c37c6ed https://jav.guru/searcho/?ur=36386564343463333763366564 https://cdn3.turboviplay.com/data3/68ed1006650ba/68ed1006650ba.m3u8 m3u8 2026-08-30 09:59:01 2026-08-30 09:59:01 javguru https://turbovidhls.com/t/68ed44c37c6ed
984 v_vohpk javguru https://jav.guru/787707/naac-038-best-naked-by-tsukishiro-ririka/ https://tracylocalschool.com/e/1ujea2jybn5v https://jav.guru/searcho/?tr=31756a6561326a79626e3576   embed 2026-08-30 09:59:01 2026-08-30 09:59:01 javguru https://tracylocalschool.com/e/1ujea2jybn5v
985 v_vohpk javguru https://jav.guru/787707/naac-038-best-naked-by-tsukishiro-ririka/ https://streamhihi.com/e/y4p4635fairr https://jav.guru/searcho/?er=652f793470343633356661697272   embed 2026-08-30 09:59:01 2026-08-30 09:59:01 javguru https://streamhihi.com/e/y4p4635fairr
986 v_vohpk javguru https://jav.guru/787707/naac-038-best-naked-by-tsukishiro-ririka/ https://vide0.net/e/1fp1w5bo87dt https://jav.guru/searcho/?hr=316670317735626f38376474   embed 2026-08-30 09:59:01 2026-08-30 09:59:01 javguru https://vide0.net/e/1fp1w5bo87dt
987 v_vohpk javguru https://jav.guru/787707/naac-038-best-naked-by-tsukishiro-ririka/ https://maxstream.org/embed-0caiz4nr2e1r.html https://jav.guru/searcho/?or=656d6265642d306361697a346e72326531722e68746d6c   embed 2026-08-30 09:59:01 2026-08-30 09:59:01 javguru https://maxstream.org/embed-0caiz4nr2e1r.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.861ms