home / media

streams

6 rows where v_uid = "v_aiqst"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2523 v_aiqst javguru https://jav.guru/784736/urkk-118-little-devil-seductress-esthetician-shiori-who-was-made-to-squirt-and-have-an-internal-ejaculation-by-a-wicked-esthetician-featuring-kuraki-shiori-in-two-newly-filmed/ https://javclan.com/e/pspih8xfv561 https://jav.guru/searcho/?xr=707370696838786676353631   embed 2026-08-30 14:11:17 2026-08-30 14:11:17 javguru https://javclan.com/e/pspih8xfv561
2524 v_aiqst javguru https://jav.guru/784736/urkk-118-little-devil-seductress-esthetician-shiori-who-was-made-to-squirt-and-have-an-internal-ejaculation-by-a-wicked-esthetician-featuring-kuraki-shiori-in-two-newly-filmed/ https://turbovidhls.com/t/68e9776988091 https://jav.guru/searcho/?ur=36386539373736393838303931   embed 2026-08-30 14:11:17 2026-08-30 14:11:17 javguru https://turbovidhls.com/t/68e9776988091
2525 v_aiqst javguru https://jav.guru/784736/urkk-118-little-devil-seductress-esthetician-shiori-who-was-made-to-squirt-and-have-an-internal-ejaculation-by-a-wicked-esthetician-featuring-kuraki-shiori-in-two-newly-filmed/ https://tracylocalschool.com/e/b3ndtabitdsx https://jav.guru/searcho/?tr=62336e647461626974647378   embed 2026-08-30 14:11:17 2026-08-30 14:11:17 javguru https://tracylocalschool.com/e/b3ndtabitdsx
2526 v_aiqst javguru https://jav.guru/784736/urkk-118-little-devil-seductress-esthetician-shiori-who-was-made-to-squirt-and-have-an-internal-ejaculation-by-a-wicked-esthetician-featuring-kuraki-shiori-in-two-newly-filmed/ https://streamhihi.com/e/e0yz6iimdpch https://jav.guru/searcho/?er=652f6530797a3669696d64706368   embed 2026-08-30 14:11:17 2026-08-30 14:11:17 javguru https://streamhihi.com/e/e0yz6iimdpch
2527 v_aiqst javguru https://jav.guru/784736/urkk-118-little-devil-seductress-esthetician-shiori-who-was-made-to-squirt-and-have-an-internal-ejaculation-by-a-wicked-esthetician-featuring-kuraki-shiori-in-two-newly-filmed/ https://vide0.net/e/hh3h1yw6qncf https://jav.guru/searcho/?hr=6868336831797736716e6366   embed 2026-08-30 14:11:17 2026-08-30 14:11:17 javguru https://vide0.net/e/hh3h1yw6qncf
2528 v_aiqst javguru https://jav.guru/784736/urkk-118-little-devil-seductress-esthetician-shiori-who-was-made-to-squirt-and-have-an-internal-ejaculation-by-a-wicked-esthetician-featuring-kuraki-shiori-in-two-newly-filmed/ https://maxstream.org/embed-97j57ums63ep.html https://jav.guru/searcho/?or=656d6265642d39376a3537756d73363365702e68746d6c   embed 2026-08-30 14:11:17 2026-08-30 14:11:17 javguru https://maxstream.org/embed-97j57ums63ep.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.752ms