home / media

streams

6 rows where v_uid = "v_f52rk"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2259 v_f52rk javguru https://jav.guru/785274/hunta-984-please-just-a-little-let-me-do-it-she-seems-weak-to-pressure-so-after-asking-multiple-times-she-cant-refuse-and-lets-me-do-it-a-bad-no-a-truly-great-woman/ https://javclan.com/e/88ha1o42cm13 https://jav.guru/searcho/?xr=38386861316f3432636d3133   embed 2026-08-30 14:09:17 2026-08-30 14:09:17 javguru https://javclan.com/e/88ha1o42cm13
2260 v_f52rk javguru https://jav.guru/785274/hunta-984-please-just-a-little-let-me-do-it-she-seems-weak-to-pressure-so-after-asking-multiple-times-she-cant-refuse-and-lets-me-do-it-a-bad-no-a-truly-great-woman/ https://turbovidhls.com/t/68eaa18bc6e61 https://jav.guru/searcho/?ur=36386561613138626336653631   embed 2026-08-30 14:09:17 2026-08-30 14:09:17 javguru https://turbovidhls.com/t/68eaa18bc6e61
2261 v_f52rk javguru https://jav.guru/785274/hunta-984-please-just-a-little-let-me-do-it-she-seems-weak-to-pressure-so-after-asking-multiple-times-she-cant-refuse-and-lets-me-do-it-a-bad-no-a-truly-great-woman/ https://tracylocalschool.com/e/qao8pisc8cna https://jav.guru/searcho/?tr=71616f387069736338636e61   embed 2026-08-30 14:09:17 2026-08-30 14:09:17 javguru https://tracylocalschool.com/e/qao8pisc8cna
2262 v_f52rk javguru https://jav.guru/785274/hunta-984-please-just-a-little-let-me-do-it-she-seems-weak-to-pressure-so-after-asking-multiple-times-she-cant-refuse-and-lets-me-do-it-a-bad-no-a-truly-great-woman/ https://streamhihi.com/e/peyf39uwnbag https://jav.guru/searcho/?er=652f70657966333975776e626167   embed 2026-08-30 14:09:17 2026-08-30 14:09:17 javguru https://streamhihi.com/e/peyf39uwnbag
2263 v_f52rk javguru https://jav.guru/785274/hunta-984-please-just-a-little-let-me-do-it-she-seems-weak-to-pressure-so-after-asking-multiple-times-she-cant-refuse-and-lets-me-do-it-a-bad-no-a-truly-great-woman/ https://vide0.net/e/cm88psuz1loo https://jav.guru/searcho/?hr=636d38387073757a316c6f6f   embed 2026-08-30 14:09:17 2026-08-30 14:09:17 javguru https://vide0.net/e/cm88psuz1loo
2264 v_f52rk javguru https://jav.guru/785274/hunta-984-please-just-a-little-let-me-do-it-she-seems-weak-to-pressure-so-after-asking-multiple-times-she-cant-refuse-and-lets-me-do-it-a-bad-no-a-truly-great-woman/ https://maxstream.org/embed-shljdhxvvblo.html https://jav.guru/searcho/?or=656d6265642d73686c6a6468787676626c6f2e68746d6c   embed 2026-08-30 14:09:17 2026-08-30 14:09:17 javguru https://maxstream.org/embed-shljdhxvvblo.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.86ms