home / media

streams

6 rows where v_uid = "v_8vbvn"

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
542 v_8vbvn javguru https://jav.guru/788364/iene-360-a-young-lady-changes-into-a-swimsuit-and-participates-slippery-bubble-soap-experience-6/ https://javclan.com/e/0krq4lrsvx0q https://jav.guru/searcho/?xr=306b7271346c727376783071   embed 2026-08-30 09:54:57 2026-08-30 09:54:57 javguru https://javclan.com/e/0krq4lrsvx0q
543 v_8vbvn javguru https://jav.guru/788364/iene-360-a-young-lady-changes-into-a-swimsuit-and-participates-slippery-bubble-soap-experience-6/ https://turbovidhls.com/t/68ee1090c8afd https://jav.guru/searcho/?ur=36386565313039306338616664 https://cdn3.turboviplay.com/data/68ee1090c8afd/68ee1090c8afd.m3u8 m3u8 2026-08-30 09:54:57 2026-08-30 09:54:57 javguru https://turbovidhls.com/t/68ee1090c8afd
544 v_8vbvn javguru https://jav.guru/788364/iene-360-a-young-lady-changes-into-a-swimsuit-and-participates-slippery-bubble-soap-experience-6/ https://tracylocalschool.com/e/syxknnmvx8bq https://jav.guru/searcho/?tr=7379786b6e6e6d7678386271   embed 2026-08-30 09:54:57 2026-08-30 09:54:57 javguru https://tracylocalschool.com/e/syxknnmvx8bq
545 v_8vbvn javguru https://jav.guru/788364/iene-360-a-young-lady-changes-into-a-swimsuit-and-participates-slippery-bubble-soap-experience-6/ https://streamhihi.com/e/xvqdoaqnqnsu https://jav.guru/searcho/?er=652f787671646f61716e716e7375   embed 2026-08-30 09:54:57 2026-08-30 09:54:57 javguru https://streamhihi.com/e/xvqdoaqnqnsu
546 v_8vbvn javguru https://jav.guru/788364/iene-360-a-young-lady-changes-into-a-swimsuit-and-participates-slippery-bubble-soap-experience-6/ https://vide0.net/e/drgvhrhvk0k8 https://jav.guru/searcho/?hr=64726776687268766b306b38   embed 2026-08-30 09:54:57 2026-08-30 09:54:57 javguru https://vide0.net/e/drgvhrhvk0k8
547 v_8vbvn javguru https://jav.guru/788364/iene-360-a-young-lady-changes-into-a-swimsuit-and-participates-slippery-bubble-soap-experience-6/ https://maxstream.org/embed-1t5j5ddsdxwh.html https://jav.guru/searcho/?or=656d6265642d3174356a35646473647877682e68746d6c   embed 2026-08-30 09:54:57 2026-08-30 09:54:57 javguru https://maxstream.org/embed-1t5j5ddsdxwh.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.432ms