home / media

streams

6 rows where v_uid = "v_788cx"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2337 v_788cx javguru https://jav.guru/784757/ntrd-126-a-story-about-my-wife-being-stolen-away-by-my-childhood-friends-best-friend-featuring-iioka-kanako/ https://javclan.com/e/1lzhejxakxsu https://jav.guru/searcho/?xr=316c7a68656a78616b787375   embed 2026-08-30 14:09:53 2026-08-30 14:09:53 javguru https://javclan.com/e/1lzhejxakxsu
2338 v_788cx javguru https://jav.guru/784757/ntrd-126-a-story-about-my-wife-being-stolen-away-by-my-childhood-friends-best-friend-featuring-iioka-kanako/ https://turbovidhls.com/t/68e96f3bc9e81 https://jav.guru/searcho/?ur=36386539366633626339653831   embed 2026-08-30 14:09:53 2026-08-30 14:09:53 javguru https://turbovidhls.com/t/68e96f3bc9e81
2339 v_788cx javguru https://jav.guru/784757/ntrd-126-a-story-about-my-wife-being-stolen-away-by-my-childhood-friends-best-friend-featuring-iioka-kanako/ https://tracylocalschool.com/e/c0y7eoaiigij https://jav.guru/searcho/?tr=63307937656f61696967696a   embed 2026-08-30 14:09:53 2026-08-30 14:09:53 javguru https://tracylocalschool.com/e/c0y7eoaiigij
2340 v_788cx javguru https://jav.guru/784757/ntrd-126-a-story-about-my-wife-being-stolen-away-by-my-childhood-friends-best-friend-featuring-iioka-kanako/ https://streamhihi.com/e/acmdnah04lh2 https://jav.guru/searcho/?er=652f61636d646e616830346c6832   embed 2026-08-30 14:09:53 2026-08-30 14:09:53 javguru https://streamhihi.com/e/acmdnah04lh2
2341 v_788cx javguru https://jav.guru/784757/ntrd-126-a-story-about-my-wife-being-stolen-away-by-my-childhood-friends-best-friend-featuring-iioka-kanako/ https://vide0.net/e/w6e4qfrl2jvs https://jav.guru/searcho/?hr=773665347166726c326a7673   embed 2026-08-30 14:09:53 2026-08-30 14:09:53 javguru https://vide0.net/e/w6e4qfrl2jvs
2342 v_788cx javguru https://jav.guru/784757/ntrd-126-a-story-about-my-wife-being-stolen-away-by-my-childhood-friends-best-friend-featuring-iioka-kanako/ https://maxstream.org/embed-incxchkkzudq.html https://jav.guru/searcho/?or=656d6265642d696e637863686b6b7a7564712e68746d6c   embed 2026-08-30 14:09:53 2026-08-30 14:09:53 javguru https://maxstream.org/embed-incxchkkzudq.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 3.338ms