home / media

streams

6 rows where v_uid = "v_bzx4c"

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
437 v_bzx4c javguru https://jav.guru/788306/mmr-ab013-the-worlds-extreme-anal-f-013-a-perverted-anal-and-py-craving-for-thick-stimulation-an-adult-fairy-tale/ https://javclan.com/e/sy17nnp8i9iv https://jav.guru/searcho/?xr=737931376e6e703869396976   embed 2026-08-30 09:54:08 2026-08-30 09:54:08 javguru https://javclan.com/e/sy17nnp8i9iv
438 v_bzx4c javguru https://jav.guru/788306/mmr-ab013-the-worlds-extreme-anal-f-013-a-perverted-anal-and-py-craving-for-thick-stimulation-an-adult-fairy-tale/ https://turbovidhls.com/t/68ee17d40113d https://jav.guru/searcho/?ur=36386565313764343031313364 https://cdn3.turboviplay.com/data3/68ee17d40113d/68ee17d40113d.m3u8 m3u8 2026-08-30 09:54:08 2026-08-30 09:54:08 javguru https://turbovidhls.com/t/68ee17d40113d
439 v_bzx4c javguru https://jav.guru/788306/mmr-ab013-the-worlds-extreme-anal-f-013-a-perverted-anal-and-py-craving-for-thick-stimulation-an-adult-fairy-tale/ https://tracylocalschool.com/e/u79u95jgvbni https://jav.guru/searcho/?tr=7537397539356a6776626e69   embed 2026-08-30 09:54:08 2026-08-30 09:54:08 javguru https://tracylocalschool.com/e/u79u95jgvbni
440 v_bzx4c javguru https://jav.guru/788306/mmr-ab013-the-worlds-extreme-anal-f-013-a-perverted-anal-and-py-craving-for-thick-stimulation-an-adult-fairy-tale/ https://streamhihi.com/e/etqf0jve7yga https://jav.guru/searcho/?er=652f65747166306a766537796761   embed 2026-08-30 09:54:08 2026-08-30 09:54:08 javguru https://streamhihi.com/e/etqf0jve7yga
441 v_bzx4c javguru https://jav.guru/788306/mmr-ab013-the-worlds-extreme-anal-f-013-a-perverted-anal-and-py-craving-for-thick-stimulation-an-adult-fairy-tale/ https://vide0.net/e/vhtzimtsxkcs https://jav.guru/searcho/?hr=7668747a696d7473786b6373   embed 2026-08-30 09:54:08 2026-08-30 09:54:08 javguru https://vide0.net/e/vhtzimtsxkcs
442 v_bzx4c javguru https://jav.guru/788306/mmr-ab013-the-worlds-extreme-anal-f-013-a-perverted-anal-and-py-craving-for-thick-stimulation-an-adult-fairy-tale/ https://maxstream.org/embed-g2chzjpd3tj0.html https://jav.guru/searcho/?or=656d6265642d673263687a6a706433746a302e68746d6c   embed 2026-08-30 09:54:08 2026-08-30 09:54:08 javguru https://maxstream.org/embed-g2chzjpd3tj0.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.916ms