home / media

streams

6 rows where v_uid = "v_p8lc5"

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
776 v_p8lc5 javguru https://jav.guru/788350/kcda-206-pantyhose-beautiful-legs-lewd-office-lady/ https://javclan.com/e/l3zwkmtsafh7 https://jav.guru/searcho/?xr=6c337a776b6d747361666837   embed 2026-08-30 09:56:48 2026-08-30 09:56:48 javguru https://javclan.com/e/l3zwkmtsafh7
777 v_p8lc5 javguru https://jav.guru/788350/kcda-206-pantyhose-beautiful-legs-lewd-office-lady/ https://turbovidhls.com/t/68ee111cbecb6 https://jav.guru/searcho/?ur=36386565313131636265636236 https://cdn3.turboviplay.com/data/y2f6PE5IoZaUlEomgrgC/y2f6PE5IoZaUlEomgrgC.m3u8 m3u8 2026-08-30 09:56:48 2026-08-30 09:56:48 javguru https://turbovidhls.com/t/68ee111cbecb6
778 v_p8lc5 javguru https://jav.guru/788350/kcda-206-pantyhose-beautiful-legs-lewd-office-lady/ https://tracylocalschool.com/e/44iffkcqw8ym https://jav.guru/searcho/?tr=34346966666b63717738796d   embed 2026-08-30 09:56:48 2026-08-30 09:56:48 javguru https://tracylocalschool.com/e/44iffkcqw8ym
779 v_p8lc5 javguru https://jav.guru/788350/kcda-206-pantyhose-beautiful-legs-lewd-office-lady/ https://streamhihi.com/e/m33gst9ngn2y https://jav.guru/searcho/?er=652f6d3333677374396e676e3279   embed 2026-08-30 09:56:48 2026-08-30 09:56:48 javguru https://streamhihi.com/e/m33gst9ngn2y
780 v_p8lc5 javguru https://jav.guru/788350/kcda-206-pantyhose-beautiful-legs-lewd-office-lady/ https://vide0.net/e/mbgybv6qh8or https://jav.guru/searcho/?hr=6d6267796276367168386f72   embed 2026-08-30 09:56:48 2026-08-30 09:56:48 javguru https://vide0.net/e/mbgybv6qh8or
781 v_p8lc5 javguru https://jav.guru/788350/kcda-206-pantyhose-beautiful-legs-lewd-office-lady/ https://maxstream.org/embed-t8eqn8zbo2ql.html https://jav.guru/searcho/?or=656d6265642d743865716e387a626f32716c2e68746d6c   embed 2026-08-30 09:56:48 2026-08-30 09:56:48 javguru https://maxstream.org/embed-t8eqn8zbo2ql.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.26ms