home / media

streams

6 rows where v_uid = "v_dmom8"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2469 v_dmom8 javguru https://jav.guru/784816/fcdc-180-the-bukkake-voluptuous-big-bottomed-secretary-gets-so-excited-that-she-immediately-starts-to-leak-a-splashing-squirting-lewd-sexual-desire-monster-sakino/ https://javclan.com/e/qqf20epx8b2n https://jav.guru/searcho/?xr=71716632306570783862326e   embed 2026-08-30 14:10:51 2026-08-30 14:10:51 javguru https://javclan.com/e/qqf20epx8b2n
2470 v_dmom8 javguru https://jav.guru/784816/fcdc-180-the-bukkake-voluptuous-big-bottomed-secretary-gets-so-excited-that-she-immediately-starts-to-leak-a-splashing-squirting-lewd-sexual-desire-monster-sakino/ https://turbovidhls.com/t/68e95547d5ceb https://jav.guru/searcho/?ur=36386539353534376435636562   embed 2026-08-30 14:10:51 2026-08-30 14:10:51 javguru https://turbovidhls.com/t/68e95547d5ceb
2471 v_dmom8 javguru https://jav.guru/784816/fcdc-180-the-bukkake-voluptuous-big-bottomed-secretary-gets-so-excited-that-she-immediately-starts-to-leak-a-splashing-squirting-lewd-sexual-desire-monster-sakino/ https://tracylocalschool.com/e/np9xnhngenqk https://jav.guru/searcho/?tr=6e7039786e686e67656e716b   embed 2026-08-30 14:10:51 2026-08-30 14:10:51 javguru https://tracylocalschool.com/e/np9xnhngenqk
2472 v_dmom8 javguru https://jav.guru/784816/fcdc-180-the-bukkake-voluptuous-big-bottomed-secretary-gets-so-excited-that-she-immediately-starts-to-leak-a-splashing-squirting-lewd-sexual-desire-monster-sakino/ https://streamhihi.com/e/ylxtgknups9j https://jav.guru/searcho/?er=652f796c7874676b6e757073396a   embed 2026-08-30 14:10:51 2026-08-30 14:10:51 javguru https://streamhihi.com/e/ylxtgknups9j
2473 v_dmom8 javguru https://jav.guru/784816/fcdc-180-the-bukkake-voluptuous-big-bottomed-secretary-gets-so-excited-that-she-immediately-starts-to-leak-a-splashing-squirting-lewd-sexual-desire-monster-sakino/ https://vide0.net/e/9e824ryhjc8l https://jav.guru/searcho/?hr=39653832347279686a63386c   embed 2026-08-30 14:10:51 2026-08-30 14:10:51 javguru https://vide0.net/e/9e824ryhjc8l
2474 v_dmom8 javguru https://jav.guru/784816/fcdc-180-the-bukkake-voluptuous-big-bottomed-secretary-gets-so-excited-that-she-immediately-starts-to-leak-a-splashing-squirting-lewd-sexual-desire-monster-sakino/ https://maxstream.org/embed-86qniugwx0wk.html https://jav.guru/searcho/?or=656d6265642d3836716e697567777830776b2e68746d6c   embed 2026-08-30 14:10:51 2026-08-30 14:10:51 javguru https://maxstream.org/embed-86qniugwx0wk.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.992ms