home / media

streams

6 rows where v_uid = "v_y6qfe"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1371 v_y6qfe javguru https://jav.guru/785504/avsa-403-tempted-by-two-opposite-women-an-angel-and-a-devil-confused-but-overwhelmed-the-m-man-gets-thoroughly-dominated-and/ https://javclan.com/e/a5v7lmifuurn https://jav.guru/searcho/?xr=613576376c6d69667575726e   embed 2026-08-30 14:01:23 2026-08-30 14:01:23 javguru https://javclan.com/e/a5v7lmifuurn
1372 v_y6qfe javguru https://jav.guru/785504/avsa-403-tempted-by-two-opposite-women-an-angel-and-a-devil-confused-but-overwhelmed-the-m-man-gets-thoroughly-dominated-and/ https://turbovidhls.com/t/68ebfd027797d https://jav.guru/searcho/?ur=36386562666430323737393764   embed 2026-08-30 14:01:23 2026-08-30 14:01:23 javguru https://turbovidhls.com/t/68ebfd027797d
1373 v_y6qfe javguru https://jav.guru/785504/avsa-403-tempted-by-two-opposite-women-an-angel-and-a-devil-confused-but-overwhelmed-the-m-man-gets-thoroughly-dominated-and/ https://tracylocalschool.com/e/zryc6thkteqb https://jav.guru/searcho/?tr=7a7279633674686b74657162   embed 2026-08-30 14:01:23 2026-08-30 14:01:23 javguru https://tracylocalschool.com/e/zryc6thkteqb
1374 v_y6qfe javguru https://jav.guru/785504/avsa-403-tempted-by-two-opposite-women-an-angel-and-a-devil-confused-but-overwhelmed-the-m-man-gets-thoroughly-dominated-and/ https://streamhihi.com/e/mh0ge3twcaat https://jav.guru/searcho/?er=652f6d6830676533747763616174   embed 2026-08-30 14:01:23 2026-08-30 14:01:23 javguru https://streamhihi.com/e/mh0ge3twcaat
1375 v_y6qfe javguru https://jav.guru/785504/avsa-403-tempted-by-two-opposite-women-an-angel-and-a-devil-confused-but-overwhelmed-the-m-man-gets-thoroughly-dominated-and/ https://vide0.net/e/v7bvn3arfau5 https://jav.guru/searcho/?hr=763762766e33617266617535   embed 2026-08-30 14:01:23 2026-08-30 14:01:23 javguru https://vide0.net/e/v7bvn3arfau5
1376 v_y6qfe javguru https://jav.guru/785504/avsa-403-tempted-by-two-opposite-women-an-angel-and-a-devil-confused-but-overwhelmed-the-m-man-gets-thoroughly-dominated-and/ https://maxstream.org/embed-gkgrmh3tioh4.html https://jav.guru/searcho/?or=656d6265642d676b67726d683374696f68342e68746d6c   embed 2026-08-30 14:01:23 2026-08-30 14:01:23 javguru https://maxstream.org/embed-gkgrmh3tioh4.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.329ms