home / media

streams

6 rows where v_uid = "v_dq2mb"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2373 v_dq2mb javguru https://jav.guru/784775/mkmp-675-if-its-just-licking-the-anus-it-doesnt-violate-the-entertainment-business-law%e2%99%aa-a-voluptuous-mens-esthetic-with-a-lewd-costume-that-exposes-the-anus-captivating-all/ https://javclan.com/e/8asasbks24jk https://jav.guru/searcho/?xr=3861736173626b7332346a6b   embed 2026-08-30 14:10:09 2026-08-30 14:10:09 javguru https://javclan.com/e/8asasbks24jk
2374 v_dq2mb javguru https://jav.guru/784775/mkmp-675-if-its-just-licking-the-anus-it-doesnt-violate-the-entertainment-business-law%e2%99%aa-a-voluptuous-mens-esthetic-with-a-lewd-costume-that-exposes-the-anus-captivating-all/ https://turbovidhls.com/t/68e9659ec42d8 https://jav.guru/searcho/?ur=36386539363539656334326438   embed 2026-08-30 14:10:09 2026-08-30 14:10:09 javguru https://turbovidhls.com/t/68e9659ec42d8
2375 v_dq2mb javguru https://jav.guru/784775/mkmp-675-if-its-just-licking-the-anus-it-doesnt-violate-the-entertainment-business-law%e2%99%aa-a-voluptuous-mens-esthetic-with-a-lewd-costume-that-exposes-the-anus-captivating-all/ https://tracylocalschool.com/e/ga2otvmmoolf https://jav.guru/searcho/?tr=6761326f74766d6d6f6f6c66   embed 2026-08-30 14:10:09 2026-08-30 14:10:09 javguru https://tracylocalschool.com/e/ga2otvmmoolf
2376 v_dq2mb javguru https://jav.guru/784775/mkmp-675-if-its-just-licking-the-anus-it-doesnt-violate-the-entertainment-business-law%e2%99%aa-a-voluptuous-mens-esthetic-with-a-lewd-costume-that-exposes-the-anus-captivating-all/ https://streamhihi.com/e/zxou2c6aru9u https://jav.guru/searcho/?er=652f7a786f753263366172753975   embed 2026-08-30 14:10:09 2026-08-30 14:10:09 javguru https://streamhihi.com/e/zxou2c6aru9u
2377 v_dq2mb javguru https://jav.guru/784775/mkmp-675-if-its-just-licking-the-anus-it-doesnt-violate-the-entertainment-business-law%e2%99%aa-a-voluptuous-mens-esthetic-with-a-lewd-costume-that-exposes-the-anus-captivating-all/ https://vide0.net/e/ubie3mya41i4 https://jav.guru/searcho/?hr=75626965336d796134316934   embed 2026-08-30 14:10:09 2026-08-30 14:10:09 javguru https://vide0.net/e/ubie3mya41i4
2378 v_dq2mb javguru https://jav.guru/784775/mkmp-675-if-its-just-licking-the-anus-it-doesnt-violate-the-entertainment-business-law%e2%99%aa-a-voluptuous-mens-esthetic-with-a-lewd-costume-that-exposes-the-anus-captivating-all/ https://maxstream.org/embed-l5u1eeph1jc3.html https://jav.guru/searcho/?or=656d6265642d6c35753165657068316a63332e68746d6c   embed 2026-08-30 14:10:09 2026-08-30 14:10:09 javguru https://maxstream.org/embed-l5u1eeph1jc3.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.453ms