home / media

streams

5 rows where v_uid = "v_pau28"

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
537 v_pau28 javguru https://jav.guru/788504/wa-571-super-naughty-wife-seduction-intense-live-dildo-piston-masturbation-with-38-selected-women-for-5-hours/ https://javclan.com/e/fm3ec7vxls07 https://jav.guru/searcho/?xr=666d3365633776786c733037   embed 2026-08-30 09:54:55 2026-08-30 09:54:55 javguru https://javclan.com/e/fm3ec7vxls07
538 v_pau28 javguru https://jav.guru/788504/wa-571-super-naughty-wife-seduction-intense-live-dildo-piston-masturbation-with-38-selected-women-for-5-hours/ https://turbovidhls.com/t/68eea04eb25bc https://jav.guru/searcho/?ur=36386565613034656232356263 https://cdn3.turboviplay.com/data/68eea04eb25bc/68eea04eb25bc.m3u8 m3u8 2026-08-30 09:54:55 2026-08-30 09:54:55 javguru https://turbovidhls.com/t/68eea04eb25bc
539 v_pau28 javguru https://jav.guru/788504/wa-571-super-naughty-wife-seduction-intense-live-dildo-piston-masturbation-with-38-selected-women-for-5-hours/ https://tracylocalschool.com/e/yjqsobvwxevt https://jav.guru/searcho/?tr=796a71736f62767778657674   embed 2026-08-30 09:54:55 2026-08-30 09:54:55 javguru https://tracylocalschool.com/e/yjqsobvwxevt
540 v_pau28 javguru https://jav.guru/788504/wa-571-super-naughty-wife-seduction-intense-live-dildo-piston-masturbation-with-38-selected-women-for-5-hours/ https://streamhihi.com/e/5fp7ky32t19m https://jav.guru/searcho/?er=652f356670376b7933327431396d   embed 2026-08-30 09:54:55 2026-08-30 09:54:55 javguru https://streamhihi.com/e/5fp7ky32t19m
541 v_pau28 javguru https://jav.guru/788504/wa-571-super-naughty-wife-seduction-intense-live-dildo-piston-masturbation-with-38-selected-women-for-5-hours/ https://maxstream.org/embed-c6c11j29nn4b.html https://jav.guru/searcho/?or=656d6265642d63366331316a32396e6e34622e68746d6c   embed 2026-08-30 09:54:55 2026-08-30 09:54:55 javguru https://maxstream.org/embed-c6c11j29nn4b.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.847ms