home / media

streams

6 rows where v_uid = "v_4ywak"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2313 v_4ywak javguru https://jav.guru/785259/ienf-324-clearly-visible-to-the-number-of-wrinkles-in-the-anus-no-mosaic-continuous-climax-anal-display-masturbation-23/ https://javclan.com/e/sdj8w5db6qh6 https://jav.guru/searcho/?xr=73646a387735646236716836   embed 2026-08-30 14:09:42 2026-08-30 14:09:42 javguru https://javclan.com/e/sdj8w5db6qh6
2314 v_4ywak javguru https://jav.guru/785259/ienf-324-clearly-visible-to-the-number-of-wrinkles-in-the-anus-no-mosaic-continuous-climax-anal-display-masturbation-23/ https://turbovidhls.com/t/68eaa72d49995 https://jav.guru/searcho/?ur=36386561613732643439393935   embed 2026-08-30 14:09:42 2026-08-30 14:09:42 javguru https://turbovidhls.com/t/68eaa72d49995
2315 v_4ywak javguru https://jav.guru/785259/ienf-324-clearly-visible-to-the-number-of-wrinkles-in-the-anus-no-mosaic-continuous-climax-anal-display-masturbation-23/ https://tracylocalschool.com/e/ncwcnivnj20x https://jav.guru/searcho/?tr=6e6377636e69766e6a323078   embed 2026-08-30 14:09:42 2026-08-30 14:09:42 javguru https://tracylocalschool.com/e/ncwcnivnj20x
2316 v_4ywak javguru https://jav.guru/785259/ienf-324-clearly-visible-to-the-number-of-wrinkles-in-the-anus-no-mosaic-continuous-climax-anal-display-masturbation-23/ https://streamhihi.com/e/fss8trbrlzp7 https://jav.guru/searcho/?er=652f66737338747262726c7a7037   embed 2026-08-30 14:09:42 2026-08-30 14:09:42 javguru https://streamhihi.com/e/fss8trbrlzp7
2317 v_4ywak javguru https://jav.guru/785259/ienf-324-clearly-visible-to-the-number-of-wrinkles-in-the-anus-no-mosaic-continuous-climax-anal-display-masturbation-23/ https://vide0.net/e/muao7flourz4 https://jav.guru/searcho/?hr=6d75616f37666c6f75727a34   embed 2026-08-30 14:09:42 2026-08-30 14:09:42 javguru https://vide0.net/e/muao7flourz4
2318 v_4ywak javguru https://jav.guru/785259/ienf-324-clearly-visible-to-the-number-of-wrinkles-in-the-anus-no-mosaic-continuous-climax-anal-display-masturbation-23/ https://maxstream.org/embed-zp2qj62smy9x.html https://jav.guru/searcho/?or=656d6265642d7a7032716a3632736d7939782e68746d6c   embed 2026-08-30 14:09:42 2026-08-30 14:09:42 javguru https://maxstream.org/embed-zp2qj62smy9x.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.101ms