home / media

streams

6 rows where v_uid = "v_0nes5"

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
9712 v_0nes5 javguru https://jav.guru/798120/bda-104-bound-intruder-the-targeted-female-entrepreneur-morimoto-tsugumi/ https://javclan.com/e/obg6y1esl3uq https://jav.guru/searcho/?xr=6f626736793165736c337571   embed 2026-08-30 17:34:10 2026-08-30 17:34:10 javguru https://javclan.com/e/obg6y1esl3uq
9713 v_0nes5 javguru https://jav.guru/798120/bda-104-bound-intruder-the-targeted-female-entrepreneur-morimoto-tsugumi/ https://turbovidhls.com/t/69025eb1b3da1 https://jav.guru/searcho/?ur=36393032356562316233646131 https://cdn3.turboviplay.com/data3/69025eb1b3da1/69025eb1b3da1.m3u8 m3u8 2026-08-30 17:34:10 2026-08-30 17:34:10 javguru https://turbovidhls.com/t/69025eb1b3da1
9714 v_0nes5 javguru https://jav.guru/798120/bda-104-bound-intruder-the-targeted-female-entrepreneur-morimoto-tsugumi/ https://tracylocalschool.com/e/7ovbqrsrty0o https://jav.guru/searcho/?tr=376f7662717273727479306f   embed 2026-08-30 17:34:10 2026-08-30 17:34:10 javguru https://tracylocalschool.com/e/7ovbqrsrty0o
9715 v_0nes5 javguru https://jav.guru/798120/bda-104-bound-intruder-the-targeted-female-entrepreneur-morimoto-tsugumi/ https://streamhihi.com/e/gcz8wt484guh https://jav.guru/searcho/?er=652f67637a387774343834677568   embed 2026-08-30 17:34:10 2026-08-30 17:34:10 javguru https://streamhihi.com/e/gcz8wt484guh
9716 v_0nes5 javguru https://jav.guru/798120/bda-104-bound-intruder-the-targeted-female-entrepreneur-morimoto-tsugumi/ https://vide0.net/e/flsdi0ltb097 https://jav.guru/searcho/?hr=666c736469306c7462303937   embed 2026-08-30 17:34:10 2026-08-30 17:34:10 javguru https://vide0.net/e/flsdi0ltb097
9717 v_0nes5 javguru https://jav.guru/798120/bda-104-bound-intruder-the-targeted-female-entrepreneur-morimoto-tsugumi/ https://maxstream.org/embed-mylx0ahxiwtl.html https://jav.guru/searcho/?or=656d6265642d6d796c78306168786977746c2e68746d6c   embed 2026-08-30 17:34:10 2026-08-30 17:34:10 javguru https://maxstream.org/embed-mylx0ahxiwtl.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.777ms