home / media

streams

6 rows where v_uid = "v_0f15d"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1654 v_0f15d javguru https://jav.guru/785461/nanx-177-if-you-ask-nicely-can-it-really-happen-mature-massage-3-what-i-really-wanted-was-male-essence-12-people-4-hours/ https://javclan.com/e/6kjvc08py1ps https://jav.guru/searcho/?xr=366b6a766330387079317073   embed 2026-08-30 14:04:04 2026-08-30 14:04:04 javguru https://javclan.com/e/6kjvc08py1ps
1655 v_0f15d javguru https://jav.guru/785461/nanx-177-if-you-ask-nicely-can-it-really-happen-mature-massage-3-what-i-really-wanted-was-male-essence-12-people-4-hours/ https://turbovidhls.com/t/68ec0119e823e https://jav.guru/searcho/?ur=36386563303131396538323365   embed 2026-08-30 14:04:04 2026-08-30 14:04:04 javguru https://turbovidhls.com/t/68ec0119e823e
1656 v_0f15d javguru https://jav.guru/785461/nanx-177-if-you-ask-nicely-can-it-really-happen-mature-massage-3-what-i-really-wanted-was-male-essence-12-people-4-hours/ https://tracylocalschool.com/e/jblrjmtnbyyv https://jav.guru/searcho/?tr=6a626c726a6d746e62797976   embed 2026-08-30 14:04:04 2026-08-30 14:04:04 javguru https://tracylocalschool.com/e/jblrjmtnbyyv
1657 v_0f15d javguru https://jav.guru/785461/nanx-177-if-you-ask-nicely-can-it-really-happen-mature-massage-3-what-i-really-wanted-was-male-essence-12-people-4-hours/ https://streamhihi.com/e/2qpq288oxne0 https://jav.guru/searcho/?er=652f327170713238386f786e6530   embed 2026-08-30 14:04:04 2026-08-30 14:04:04 javguru https://streamhihi.com/e/2qpq288oxne0
1658 v_0f15d javguru https://jav.guru/785461/nanx-177-if-you-ask-nicely-can-it-really-happen-mature-massage-3-what-i-really-wanted-was-male-essence-12-people-4-hours/ https://vide0.net/e/kp9w7ui1z4t7 https://jav.guru/searcho/?hr=6b703977377569317a347437   embed 2026-08-30 14:04:04 2026-08-30 14:04:04 javguru https://vide0.net/e/kp9w7ui1z4t7
1659 v_0f15d javguru https://jav.guru/785461/nanx-177-if-you-ask-nicely-can-it-really-happen-mature-massage-3-what-i-really-wanted-was-male-essence-12-people-4-hours/ https://maxstream.org/embed-npyqhpp0pxuy.html https://jav.guru/searcho/?or=656d6265642d6e70797168707030707875792e68746d6c   embed 2026-08-30 14:04:04 2026-08-30 14:04:04 javguru https://maxstream.org/embed-npyqhpp0pxuy.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.274ms