home / media

streams

6 rows where v_uid = "v_0ndy4"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2577 v_0ndy4 javguru https://jav.guru/784734/ymlw-052-no-way-its-so-big-my-frustrated-wife-frced-me-to-play-with-it-at-the-entrance-and-i-ended-up-fully-erect-4-hours/ https://javclan.com/e/6ph54tsv2253 https://jav.guru/searcho/?xr=367068353474737632323533   embed 2026-08-30 14:11:40 2026-08-30 14:11:40 javguru https://javclan.com/e/6ph54tsv2253
2578 v_0ndy4 javguru https://jav.guru/784734/ymlw-052-no-way-its-so-big-my-frustrated-wife-frced-me-to-play-with-it-at-the-entrance-and-i-ended-up-fully-erect-4-hours/ https://turbovidhls.com/t/68e978931d953 https://jav.guru/searcho/?ur=36386539373839333164393533   embed 2026-08-30 14:11:40 2026-08-30 14:11:40 javguru https://turbovidhls.com/t/68e978931d953
2579 v_0ndy4 javguru https://jav.guru/784734/ymlw-052-no-way-its-so-big-my-frustrated-wife-frced-me-to-play-with-it-at-the-entrance-and-i-ended-up-fully-erect-4-hours/ https://tracylocalschool.com/e/umccia34zdcr https://jav.guru/searcho/?tr=756d6363696133347a646372   embed 2026-08-30 14:11:40 2026-08-30 14:11:40 javguru https://tracylocalschool.com/e/umccia34zdcr
2580 v_0ndy4 javguru https://jav.guru/784734/ymlw-052-no-way-its-so-big-my-frustrated-wife-frced-me-to-play-with-it-at-the-entrance-and-i-ended-up-fully-erect-4-hours/ https://streamhihi.com/e/p6qvtktdu72j https://jav.guru/searcho/?er=652f70367176746b74647537326a   embed 2026-08-30 14:11:40 2026-08-30 14:11:40 javguru https://streamhihi.com/e/p6qvtktdu72j
2581 v_0ndy4 javguru https://jav.guru/784734/ymlw-052-no-way-its-so-big-my-frustrated-wife-frced-me-to-play-with-it-at-the-entrance-and-i-ended-up-fully-erect-4-hours/ https://vide0.net/e/t0c62xjltwkx https://jav.guru/searcho/?hr=7430633632786a6c74776b78   embed 2026-08-30 14:11:40 2026-08-30 14:11:40 javguru https://vide0.net/e/t0c62xjltwkx
2582 v_0ndy4 javguru https://jav.guru/784734/ymlw-052-no-way-its-so-big-my-frustrated-wife-frced-me-to-play-with-it-at-the-entrance-and-i-ended-up-fully-erect-4-hours/ https://maxstream.org/embed-6ewcmmarrg1z.html https://jav.guru/searcho/?or=656d6265642d366577636d6d61727267317a2e68746d6c   embed 2026-08-30 14:11:40 2026-08-30 14:11:40 javguru https://maxstream.org/embed-6ewcmmarrg1z.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.734ms