home / media

streams

4 rows where v_uid = "v_ynifx"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1538 v_ynifx javguru https://jav.guru/160218/dandy-782-4k-ass-shaking-cowgirl-sex-while-restraining-a-man-with-a-boner-an-esthetician-with-a-beautiful-ass-milks-men-dry-in-a-massage-parlor-vol-4/ https://javclan.com/e/y0e7cbu57a7z https://jav.guru/searcho/?xr=79306537636275353761377a   embed 2026-08-30 14:02:57 2026-08-30 14:02:57 javguru https://javclan.com/e/y0e7cbu57a7z
1539 v_ynifx javguru https://jav.guru/160218/dandy-782-4k-ass-shaking-cowgirl-sex-while-restraining-a-man-with-a-boner-an-esthetician-with-a-beautiful-ass-milks-men-dry-in-a-massage-parlor-vol-4/ https://tracylocalschool.com/e/enkzskkebhzy https://jav.guru/searcho/?tr=656e6b7a736b6b6562687a79   embed 2026-08-30 14:02:57 2026-08-30 14:02:57 javguru https://tracylocalschool.com/e/enkzskkebhzy
1540 v_ynifx javguru https://jav.guru/160218/dandy-782-4k-ass-shaking-cowgirl-sex-while-restraining-a-man-with-a-boner-an-esthetician-with-a-beautiful-ass-milks-men-dry-in-a-massage-parlor-vol-4/ https://javplaya.com/embed/6werbgml49cs https://jav.guru/searcho/?rr=3677657262676d6c34396373   embed 2026-08-30 14:02:57 2026-08-30 14:02:57 javguru https://javplaya.com/embed/6werbgml49cs
1541 v_ynifx javguru https://jav.guru/160218/dandy-782-4k-ass-shaking-cowgirl-sex-while-restraining-a-man-with-a-boner-an-esthetician-with-a-beautiful-ass-milks-men-dry-in-a-massage-parlor-vol-4/ https://vide0.net/e/qqt0ugem46as2u45lblh4cl6zsoltmfj https://jav.guru/searcho/?hr=717174307567656d34366173327534356c626c6834636c367a736f6c746d666a   embed 2026-08-30 14:02:57 2026-08-30 14:02:57 javguru https://vide0.net/e/qqt0ugem46as2u45lblh4cl6zsoltmfj

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.461ms