home / media

streams

6 rows where v_uid = "v_o7pbb"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1335 v_o7pbb javguru https://jav.guru/785470/nacr-877-unable-to-suppress-forbidden-desires-the-sons-wife-asahi-yuno-voraciously-devours-her-father-in-laws-manhood-after-a-long-absence/ https://javclan.com/e/shbjs4odl5e0 https://jav.guru/searcho/?xr=7368626a73346f646c356530   embed 2026-08-30 14:01:02 2026-08-30 14:01:02 javguru https://javclan.com/e/shbjs4odl5e0
1336 v_o7pbb javguru https://jav.guru/785470/nacr-877-unable-to-suppress-forbidden-desires-the-sons-wife-asahi-yuno-voraciously-devours-her-father-in-laws-manhood-after-a-long-absence/ https://turbovidhls.com/t/68ebff2707657 https://jav.guru/searcho/?ur=36386562666632373037363537   embed 2026-08-30 14:01:02 2026-08-30 14:01:02 javguru https://turbovidhls.com/t/68ebff2707657
1337 v_o7pbb javguru https://jav.guru/785470/nacr-877-unable-to-suppress-forbidden-desires-the-sons-wife-asahi-yuno-voraciously-devours-her-father-in-laws-manhood-after-a-long-absence/ https://tracylocalschool.com/e/fexdy124zusb https://jav.guru/searcho/?tr=66657864793132347a757362   embed 2026-08-30 14:01:02 2026-08-30 14:01:02 javguru https://tracylocalschool.com/e/fexdy124zusb
1338 v_o7pbb javguru https://jav.guru/785470/nacr-877-unable-to-suppress-forbidden-desires-the-sons-wife-asahi-yuno-voraciously-devours-her-father-in-laws-manhood-after-a-long-absence/ https://streamhihi.com/e/xyxgr5420ic0 https://jav.guru/searcho/?er=652f787978677235343230696330   embed 2026-08-30 14:01:02 2026-08-30 14:01:02 javguru https://streamhihi.com/e/xyxgr5420ic0
1339 v_o7pbb javguru https://jav.guru/785470/nacr-877-unable-to-suppress-forbidden-desires-the-sons-wife-asahi-yuno-voraciously-devours-her-father-in-laws-manhood-after-a-long-absence/ https://vide0.net/e/fft4jjbp3hph https://jav.guru/searcho/?hr=666674346a6a627033687068   embed 2026-08-30 14:01:02 2026-08-30 14:01:02 javguru https://vide0.net/e/fft4jjbp3hph
1340 v_o7pbb javguru https://jav.guru/785470/nacr-877-unable-to-suppress-forbidden-desires-the-sons-wife-asahi-yuno-voraciously-devours-her-father-in-laws-manhood-after-a-long-absence/ https://maxstream.org/embed-b6xrc2866son.html https://jav.guru/searcho/?or=656d6265642d623678726332383636736f6e2e68746d6c   embed 2026-08-30 14:01:02 2026-08-30 14:01:02 javguru https://maxstream.org/embed-b6xrc2866son.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 5.706ms