home / media

streams

6 rows where v_uid = "v_hvidn"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2661 v_hvidn javguru https://jav.guru/784822/davk-110-i-want-to-know-the-taste-of-sperm-a-super-cute-and-big-breasted-girl-with-a-curious-and-lustful-nature-joins-a-group-of-older-men-for-a-wild-6p-orgy-with-intense/ https://javclan.com/e/mhyvvkieg9gg https://jav.guru/searcho/?xr=6d687976766b696567396767   embed 2026-08-30 14:12:19 2026-08-30 14:12:19 javguru https://javclan.com/e/mhyvvkieg9gg
2662 v_hvidn javguru https://jav.guru/784822/davk-110-i-want-to-know-the-taste-of-sperm-a-super-cute-and-big-breasted-girl-with-a-curious-and-lustful-nature-joins-a-group-of-older-men-for-a-wild-6p-orgy-with-intense/ https://turbovidhls.com/t/68e9542e44eba https://jav.guru/searcho/?ur=36386539353432653434656261   embed 2026-08-30 14:12:19 2026-08-30 14:12:19 javguru https://turbovidhls.com/t/68e9542e44eba
2663 v_hvidn javguru https://jav.guru/784822/davk-110-i-want-to-know-the-taste-of-sperm-a-super-cute-and-big-breasted-girl-with-a-curious-and-lustful-nature-joins-a-group-of-older-men-for-a-wild-6p-orgy-with-intense/ https://tracylocalschool.com/e/ykscdytnhvmt https://jav.guru/searcho/?tr=796b73636479746e68766d74   embed 2026-08-30 14:12:19 2026-08-30 14:12:19 javguru https://tracylocalschool.com/e/ykscdytnhvmt
2664 v_hvidn javguru https://jav.guru/784822/davk-110-i-want-to-know-the-taste-of-sperm-a-super-cute-and-big-breasted-girl-with-a-curious-and-lustful-nature-joins-a-group-of-older-men-for-a-wild-6p-orgy-with-intense/ https://streamhihi.com/e/711txn4k9ly4 https://jav.guru/searcho/?er=652f37313174786e346b396c7934   embed 2026-08-30 14:12:19 2026-08-30 14:12:19 javguru https://streamhihi.com/e/711txn4k9ly4
2665 v_hvidn javguru https://jav.guru/784822/davk-110-i-want-to-know-the-taste-of-sperm-a-super-cute-and-big-breasted-girl-with-a-curious-and-lustful-nature-joins-a-group-of-older-men-for-a-wild-6p-orgy-with-intense/ https://vide0.net/e/tib6jjz36rc1 https://jav.guru/searcho/?hr=746962366a6a7a3336726331   embed 2026-08-30 14:12:19 2026-08-30 14:12:19 javguru https://vide0.net/e/tib6jjz36rc1
2666 v_hvidn javguru https://jav.guru/784822/davk-110-i-want-to-know-the-taste-of-sperm-a-super-cute-and-big-breasted-girl-with-a-curious-and-lustful-nature-joins-a-group-of-older-men-for-a-wild-6p-orgy-with-intense/ https://maxstream.org/embed-u8pg0uwcxnsp.html https://jav.guru/searcho/?or=656d6265642d7538706730757763786e73702e68746d6c   embed 2026-08-30 14:12:19 2026-08-30 14:12:19 javguru https://maxstream.org/embed-u8pg0uwcxnsp.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.387ms