home / media

streams

6 rows where v_uid = "v_189ra"

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
10127 v_189ra javguru https://jav.guru/797889/nacr-205-the-beautiful-wife-next-door-mistakenly-enters-the-wrong-room-and-says-im-home-hanasaki-ian/ https://javclan.com/e/6dc0f5pq2yp8 https://jav.guru/searcho/?xr=366463306635707132797038   embed 2026-08-30 17:40:25 2026-08-30 17:40:25 javguru https://javclan.com/e/6dc0f5pq2yp8
10128 v_189ra javguru https://jav.guru/797889/nacr-205-the-beautiful-wife-next-door-mistakenly-enters-the-wrong-room-and-says-im-home-hanasaki-ian/ https://turbovidhls.com/t/690108a835e0f https://jav.guru/searcho/?ur=36393031303861383335653066 https://cdn3.turboviplay.com/data/675484b914436/675484b914436.m3u8 m3u8 2026-08-30 17:40:25 2026-08-30 17:40:25 javguru https://turbovidhls.com/t/690108a835e0f
10129 v_189ra javguru https://jav.guru/797889/nacr-205-the-beautiful-wife-next-door-mistakenly-enters-the-wrong-room-and-says-im-home-hanasaki-ian/ https://tracylocalschool.com/e/dz2feo3ceijs https://jav.guru/searcho/?tr=647a3266656f336365696a73   embed 2026-08-30 17:40:25 2026-08-30 17:40:25 javguru https://tracylocalschool.com/e/dz2feo3ceijs
10130 v_189ra javguru https://jav.guru/797889/nacr-205-the-beautiful-wife-next-door-mistakenly-enters-the-wrong-room-and-says-im-home-hanasaki-ian/ https://streamhihi.com/e/chpkztk5ruw9 https://jav.guru/searcho/?er=652f6368706b7a746b3572757739   embed 2026-08-30 17:40:25 2026-08-30 17:40:25 javguru https://streamhihi.com/e/chpkztk5ruw9
10131 v_189ra javguru https://jav.guru/797889/nacr-205-the-beautiful-wife-next-door-mistakenly-enters-the-wrong-room-and-says-im-home-hanasaki-ian/ https://vide0.net/e/50x84ptohl1n https://jav.guru/searcho/?hr=353078383470746f686c316e   embed 2026-08-30 17:40:25 2026-08-30 17:40:25 javguru https://vide0.net/e/50x84ptohl1n
10132 v_189ra javguru https://jav.guru/797889/nacr-205-the-beautiful-wife-next-door-mistakenly-enters-the-wrong-room-and-says-im-home-hanasaki-ian/ https://maxstream.org/embed-4k1v1v09tun7.html https://jav.guru/searcho/?or=656d6265642d346b31763176303974756e372e68746d6c   embed 2026-08-30 17:40:25 2026-08-30 17:40:25 javguru https://maxstream.org/embed-4k1v1v09tun7.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.637ms