home / media

streams

7 rows where v_uid = "v_zxzun"

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
945 v_zxzun javguru https://jav.guru/787701/start-431-the-delivery-bento-shops-poster-girl-19-is-turned-into-a-sexual-doll-by-construction-workers-using-sleeping-pills-she-was-defiled-by-the-seniors-at-her-trusted-brothers-workplace/ https://javclan.com/e/cfo76ydgxsm6 https://jav.guru/searcho/?xr=63666f373679646778736d36   embed 2026-08-30 09:58:37 2026-08-30 09:58:37 javguru https://javclan.com/e/cfo76ydgxsm6
946 v_zxzun javguru https://jav.guru/787701/start-431-the-delivery-bento-shops-poster-girl-19-is-turned-into-a-sexual-doll-by-construction-workers-using-sleeping-pills-she-was-defiled-by-the-seniors-at-her-trusted-brothers-workplace/ https://turbovidhls.com/t/68ed44f480212 https://jav.guru/searcho/?ur=36386564343466343830323132 https://cdn3.turboviplay.com/data3/68ed2dd77e743/68ed2dd77e743.m3u8 m3u8 2026-08-30 09:58:37 2026-08-30 09:58:37 javguru https://turbovidhls.com/t/68ed44f480212
947 v_zxzun javguru https://jav.guru/787701/start-431-the-delivery-bento-shops-poster-girl-19-is-turned-into-a-sexual-doll-by-construction-workers-using-sleeping-pills-she-was-defiled-by-the-seniors-at-her-trusted-brothers-workplace/ https://oppainet.net/embed/1FjcCZ4insvOdXu https://jav.guru/searcho/?gr=31466a63435a34696e73764f645875   embed 2026-08-30 09:58:37 2026-08-30 09:58:37 javguru https://oppainet.net/embed/1FjcCZ4insvOdXu
948 v_zxzun javguru https://jav.guru/787701/start-431-the-delivery-bento-shops-poster-girl-19-is-turned-into-a-sexual-doll-by-construction-workers-using-sleeping-pills-she-was-defiled-by-the-seniors-at-her-trusted-brothers-workplace/ https://tracylocalschool.com/e/09lmybfqurv7 https://jav.guru/searcho/?tr=30396c6d7962667175727637   embed 2026-08-30 09:58:37 2026-08-30 09:58:37 javguru https://tracylocalschool.com/e/09lmybfqurv7
949 v_zxzun javguru https://jav.guru/787701/start-431-the-delivery-bento-shops-poster-girl-19-is-turned-into-a-sexual-doll-by-construction-workers-using-sleeping-pills-she-was-defiled-by-the-seniors-at-her-trusted-brothers-workplace/ https://streamhihi.com/e/ovb0trkw8whm https://jav.guru/searcho/?er=652f6f76623074726b773877686d   embed 2026-08-30 09:58:37 2026-08-30 09:58:37 javguru https://streamhihi.com/e/ovb0trkw8whm
950 v_zxzun javguru https://jav.guru/787701/start-431-the-delivery-bento-shops-poster-girl-19-is-turned-into-a-sexual-doll-by-construction-workers-using-sleeping-pills-she-was-defiled-by-the-seniors-at-her-trusted-brothers-workplace/ https://vide0.net/e/pu22jmgw65n4 https://jav.guru/searcho/?hr=707532326a6d677736356e34   embed 2026-08-30 09:58:37 2026-08-30 09:58:37 javguru https://vide0.net/e/pu22jmgw65n4
951 v_zxzun javguru https://jav.guru/787701/start-431-the-delivery-bento-shops-poster-girl-19-is-turned-into-a-sexual-doll-by-construction-workers-using-sleeping-pills-she-was-defiled-by-the-seniors-at-her-trusted-brothers-workplace/ https://maxstream.org/embed-ddckcpt8ejqu.html https://jav.guru/searcho/?or=656d6265642d6464636b63707438656a71752e68746d6c   embed 2026-08-30 09:58:37 2026-08-30 09:58:37 javguru https://maxstream.org/embed-ddckcpt8ejqu.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.9ms