home / media

streams

6 rows where v_uid = "v_e4xkf"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2553 v_e4xkf javguru https://jav.guru/784733/ymlw-053-if-youre-going-to-do-it-alone-mom-will-help-you-out-youre-so-hard-right-now-while-i-was-masturbating-mom-walked-in-4-hours-8/ https://javclan.com/e/hoqtjxpmoyvq https://jav.guru/searcho/?xr=686f71746a78706d6f797671   embed 2026-08-30 14:11:30 2026-08-30 14:11:30 javguru https://javclan.com/e/hoqtjxpmoyvq
2554 v_e4xkf javguru https://jav.guru/784733/ymlw-053-if-youre-going-to-do-it-alone-mom-will-help-you-out-youre-so-hard-right-now-while-i-was-masturbating-mom-walked-in-4-hours-8/ https://turbovidhls.com/t/68e9793387f63 https://jav.guru/searcho/?ur=36386539373933333837663633   embed 2026-08-30 14:11:30 2026-08-30 14:11:30 javguru https://turbovidhls.com/t/68e9793387f63
2555 v_e4xkf javguru https://jav.guru/784733/ymlw-053-if-youre-going-to-do-it-alone-mom-will-help-you-out-youre-so-hard-right-now-while-i-was-masturbating-mom-walked-in-4-hours-8/ https://tracylocalschool.com/e/nmtxqkkiwiuj https://jav.guru/searcho/?tr=6e6d7478716b6b697769756a   embed 2026-08-30 14:11:30 2026-08-30 14:11:30 javguru https://tracylocalschool.com/e/nmtxqkkiwiuj
2556 v_e4xkf javguru https://jav.guru/784733/ymlw-053-if-youre-going-to-do-it-alone-mom-will-help-you-out-youre-so-hard-right-now-while-i-was-masturbating-mom-walked-in-4-hours-8/ https://streamhihi.com/e/hfj60gr1f0gb https://jav.guru/searcho/?er=652f68666a363067723166306762   embed 2026-08-30 14:11:30 2026-08-30 14:11:30 javguru https://streamhihi.com/e/hfj60gr1f0gb
2557 v_e4xkf javguru https://jav.guru/784733/ymlw-053-if-youre-going-to-do-it-alone-mom-will-help-you-out-youre-so-hard-right-now-while-i-was-masturbating-mom-walked-in-4-hours-8/ https://vide0.net/e/eiz47nhbxb8b https://jav.guru/searcho/?hr=65697a34376e686278623862   embed 2026-08-30 14:11:30 2026-08-30 14:11:30 javguru https://vide0.net/e/eiz47nhbxb8b
2558 v_e4xkf javguru https://jav.guru/784733/ymlw-053-if-youre-going-to-do-it-alone-mom-will-help-you-out-youre-so-hard-right-now-while-i-was-masturbating-mom-walked-in-4-hours-8/ https://maxstream.org/embed-gqfnvezm4x3b.html https://jav.guru/searcho/?or=656d6265642d6771666e76657a6d347833622e68746d6c   embed 2026-08-30 14:11:30 2026-08-30 14:11:30 javguru https://maxstream.org/embed-gqfnvezm4x3b.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 4.256ms