home / media

streams

6 rows where v_uid = "v_4a8ez"

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
710 v_4a8ez javguru https://jav.guru/788340/kcda-300-chubby-erotic-butt-bloomers-exercise/ https://javclan.com/e/0qdb0qycz1ry https://jav.guru/searcho/?xr=30716462307179637a317279   embed 2026-08-30 09:56:18 2026-08-30 09:56:18 javguru https://javclan.com/e/0qdb0qycz1ry
711 v_4a8ez javguru https://jav.guru/788340/kcda-300-chubby-erotic-butt-bloomers-exercise/ https://turbovidhls.com/t/68ee126a7c623 https://jav.guru/searcho/?ur=36386565313236613763363233 https://cdn3.turboviplay.com/data/ofw5mzLlaHd9ZDhNlKyY/ofw5mzLlaHd9ZDhNlKyY.m3u8 m3u8 2026-08-30 09:56:18 2026-08-30 09:56:18 javguru https://turbovidhls.com/t/68ee126a7c623
712 v_4a8ez javguru https://jav.guru/788340/kcda-300-chubby-erotic-butt-bloomers-exercise/ https://tracylocalschool.com/e/ivxrmpggsl2z https://jav.guru/searcho/?tr=697678726d706767736c327a   embed 2026-08-30 09:56:18 2026-08-30 09:56:18 javguru https://tracylocalschool.com/e/ivxrmpggsl2z
713 v_4a8ez javguru https://jav.guru/788340/kcda-300-chubby-erotic-butt-bloomers-exercise/ https://streamhihi.com/e/nva0ly5n0qi9 https://jav.guru/searcho/?er=652f6e7661306c79356e30716939   embed 2026-08-30 09:56:18 2026-08-30 09:56:18 javguru https://streamhihi.com/e/nva0ly5n0qi9
714 v_4a8ez javguru https://jav.guru/788340/kcda-300-chubby-erotic-butt-bloomers-exercise/ https://vide0.net/e/iewj9huioipe https://jav.guru/searcho/?hr=6965776a396875696f697065   embed 2026-08-30 09:56:18 2026-08-30 09:56:18 javguru https://vide0.net/e/iewj9huioipe
715 v_4a8ez javguru https://jav.guru/788340/kcda-300-chubby-erotic-butt-bloomers-exercise/ https://maxstream.org/embed-kbkzuk0qwxvg.html https://jav.guru/searcho/?or=656d6265642d6b626b7a756b3071777876672e68746d6c   embed 2026-08-30 09:56:18 2026-08-30 09:56:18 javguru https://maxstream.org/embed-kbkzuk0qwxvg.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.361ms