home / media

streams

6 rows where v_uid = "v_ufhyt"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
317 v_ufhyt javguru https://jav.guru/788321/mism-104-please-make-me-your-treasure-my-anus-feels-a-bit-tingly-pure-white-beauty-misa-chan-keeps-cumming-from-her-butt-suzumi-misa/ https://javclan.com/e/szwi66eh5a9u https://jav.guru/searcho/?xr=737a77693636656835613975   embed 2026-08-30 09:53:10 2026-08-30 09:53:10 javguru https://javclan.com/e/szwi66eh5a9u
318 v_ufhyt javguru https://jav.guru/788321/mism-104-please-make-me-your-treasure-my-anus-feels-a-bit-tingly-pure-white-beauty-misa-chan-keeps-cumming-from-her-butt-suzumi-misa/ https://turbovidhls.com/t/68ee15e0ac8ea https://jav.guru/searcho/?ur=36386565313565306163386561 https://cdn3.turboviplay.com/data3/68ee15e0ac8ea/68ee15e0ac8ea.m3u8 m3u8 2026-08-30 09:53:10 2026-08-30 09:53:10 javguru https://turbovidhls.com/t/68ee15e0ac8ea
319 v_ufhyt javguru https://jav.guru/788321/mism-104-please-make-me-your-treasure-my-anus-feels-a-bit-tingly-pure-white-beauty-misa-chan-keeps-cumming-from-her-butt-suzumi-misa/ https://tracylocalschool.com/e/piee1mk33ubc https://jav.guru/searcho/?tr=70696565316d6b3333756263   embed 2026-08-30 09:53:10 2026-08-30 09:53:10 javguru https://tracylocalschool.com/e/piee1mk33ubc
320 v_ufhyt javguru https://jav.guru/788321/mism-104-please-make-me-your-treasure-my-anus-feels-a-bit-tingly-pure-white-beauty-misa-chan-keeps-cumming-from-her-butt-suzumi-misa/ https://streamhihi.com/e/z81b54k0oely https://jav.guru/searcho/?er=652f7a38316235346b306f656c79   embed 2026-08-30 09:53:10 2026-08-30 09:53:10 javguru https://streamhihi.com/e/z81b54k0oely
321 v_ufhyt javguru https://jav.guru/788321/mism-104-please-make-me-your-treasure-my-anus-feels-a-bit-tingly-pure-white-beauty-misa-chan-keeps-cumming-from-her-butt-suzumi-misa/ https://vide0.net/e/m1gvxazfq9zg https://jav.guru/searcho/?hr=6d31677678617a6671397a67   embed 2026-08-30 09:53:10 2026-08-30 09:53:10 javguru https://vide0.net/e/m1gvxazfq9zg
322 v_ufhyt javguru https://jav.guru/788321/mism-104-please-make-me-your-treasure-my-anus-feels-a-bit-tingly-pure-white-beauty-misa-chan-keeps-cumming-from-her-butt-suzumi-misa/ https://maxstream.org/embed-he4yrl1pwjbw.html https://jav.guru/searcho/?or=656d6265642d68653479726c3170776a62772e68746d6c   embed 2026-08-30 09:53:10 2026-08-30 09:53:10 javguru https://maxstream.org/embed-he4yrl1pwjbw.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.336ms