home / media

streams

5 rows where v_uid = "v_f6efh"

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
509 v_f6efh javguru https://jav.guru/788505/wa-570-five-hours-of-all-natural-married-women-being-picked-up-and-having-unprotected-sex-celebrity-edition-101/ https://javclan.com/e/i58q88v93xmy https://jav.guru/searcho/?xr=693538713838763933786d79   embed 2026-08-30 09:54:42 2026-08-30 09:54:42 javguru https://javclan.com/e/i58q88v93xmy
510 v_f6efh javguru https://jav.guru/788505/wa-570-five-hours-of-all-natural-married-women-being-picked-up-and-having-unprotected-sex-celebrity-edition-101/ https://turbovidhls.com/t/68ee9eec942ac https://jav.guru/searcho/?ur=36386565396565633934326163 https://cdn3.turboviplay.com/data3/68ee9eec942ac/68ee9eec942ac.m3u8 m3u8 2026-08-30 09:54:42 2026-08-30 09:54:42 javguru https://turbovidhls.com/t/68ee9eec942ac
511 v_f6efh javguru https://jav.guru/788505/wa-570-five-hours-of-all-natural-married-women-being-picked-up-and-having-unprotected-sex-celebrity-edition-101/ https://tracylocalschool.com/e/u2hz6954wkti https://jav.guru/searcho/?tr=7532687a36393534776b7469   embed 2026-08-30 09:54:42 2026-08-30 09:54:42 javguru https://tracylocalschool.com/e/u2hz6954wkti
512 v_f6efh javguru https://jav.guru/788505/wa-570-five-hours-of-all-natural-married-women-being-picked-up-and-having-unprotected-sex-celebrity-edition-101/ https://streamhihi.com/e/2yf244j2puo1 https://jav.guru/searcho/?er=652f3279663234346a3270756f31   embed 2026-08-30 09:54:42 2026-08-30 09:54:42 javguru https://streamhihi.com/e/2yf244j2puo1
513 v_f6efh javguru https://jav.guru/788505/wa-570-five-hours-of-all-natural-married-women-being-picked-up-and-having-unprotected-sex-celebrity-edition-101/ https://maxstream.org/embed-cy89v5gtsltd.html https://jav.guru/searcho/?or=656d6265642d6379383976356774736c74642e68746d6c   embed 2026-08-30 09:54:42 2026-08-30 09:54:42 javguru https://maxstream.org/embed-cy89v5gtsltd.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.412ms