home / media

streams

6 rows where v_uid = "v_0nu23"

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
8998 v_0nu23 javguru https://jav.guru/789611/mxgs-1400-the-beautiful-big-breasted-woman-i-picked-up-turned-out-to-be-an-overly-confident-and-insatiable-slut-and-she-ended-up-milking-me-like-in-an-erotic-manga-yuzuki-ria/ https://javclan.com/e/zl31ms8uejv7 https://jav.guru/searcho/?xr=7a6c33316d733875656a7637   embed 2026-08-30 16:59:41 2026-08-30 16:59:41 javguru https://javclan.com/e/zl31ms8uejv7
8999 v_0nu23 javguru https://jav.guru/789611/mxgs-1400-the-beautiful-big-breasted-woman-i-picked-up-turned-out-to-be-an-overly-confident-and-insatiable-slut-and-she-ended-up-milking-me-like-in-an-erotic-manga-yuzuki-ria/ https://turbovidhls.com/t/68efe571e5d3d https://jav.guru/searcho/?ur=36386566653537316535643364 https://cdn3.turboviplay.com/data3/68efe571e5d3d/68efe571e5d3d.m3u8 m3u8 2026-08-30 16:59:41 2026-08-30 16:59:41 javguru https://turbovidhls.com/t/68efe571e5d3d
9000 v_0nu23 javguru https://jav.guru/789611/mxgs-1400-the-beautiful-big-breasted-woman-i-picked-up-turned-out-to-be-an-overly-confident-and-insatiable-slut-and-she-ended-up-milking-me-like-in-an-erotic-manga-yuzuki-ria/ https://tracylocalschool.com/e/tnhwrjaoacza https://jav.guru/searcho/?tr=746e6877726a616f61637a61   embed 2026-08-30 16:59:41 2026-08-30 16:59:41 javguru https://tracylocalschool.com/e/tnhwrjaoacza
9001 v_0nu23 javguru https://jav.guru/789611/mxgs-1400-the-beautiful-big-breasted-woman-i-picked-up-turned-out-to-be-an-overly-confident-and-insatiable-slut-and-she-ended-up-milking-me-like-in-an-erotic-manga-yuzuki-ria/ https://streamhihi.com/e/wyzciq2zyh94 https://jav.guru/searcho/?er=652f77797a636971327a79683934   embed 2026-08-30 16:59:41 2026-08-30 16:59:41 javguru https://streamhihi.com/e/wyzciq2zyh94
9002 v_0nu23 javguru https://jav.guru/789611/mxgs-1400-the-beautiful-big-breasted-woman-i-picked-up-turned-out-to-be-an-overly-confident-and-insatiable-slut-and-she-ended-up-milking-me-like-in-an-erotic-manga-yuzuki-ria/ https://vide0.net/e/tbrusu3zwa6k https://jav.guru/searcho/?hr=746272757375337a7761366b   embed 2026-08-30 16:59:41 2026-08-30 16:59:41 javguru https://vide0.net/e/tbrusu3zwa6k
9003 v_0nu23 javguru https://jav.guru/789611/mxgs-1400-the-beautiful-big-breasted-woman-i-picked-up-turned-out-to-be-an-overly-confident-and-insatiable-slut-and-she-ended-up-milking-me-like-in-an-erotic-manga-yuzuki-ria/ https://maxstream.org/embed-3cdhlmnyi6q1.html https://jav.guru/searcho/?or=656d6265642d336364686c6d6e79693671312e68746d6c   embed 2026-08-30 16:59:41 2026-08-30 16:59:41 javguru https://maxstream.org/embed-3cdhlmnyi6q1.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.61ms