home / media

streams

6 rows where v_uid = "v_b9vqz"

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
855 v_b9vqz javguru https://jav.guru/788339/kcda-303-bound-and-tormented-with-electric-devices/ https://javclan.com/e/wkd3655qt8u1 https://jav.guru/searcho/?xr=776b64333635357174387531   embed 2026-08-30 09:57:27 2026-08-30 09:57:27 javguru https://javclan.com/e/wkd3655qt8u1
856 v_b9vqz javguru https://jav.guru/788339/kcda-303-bound-and-tormented-with-electric-devices/ https://turbovidhls.com/t/68ee12df22a97 https://jav.guru/searcho/?ur=36386565313264663232613937 https://cdn3.turboviplay.com/data3/68ee12df22a97/68ee12df22a97.m3u8 m3u8 2026-08-30 09:57:27 2026-08-30 09:57:27 javguru https://turbovidhls.com/t/68ee12df22a97
857 v_b9vqz javguru https://jav.guru/788339/kcda-303-bound-and-tormented-with-electric-devices/ https://tracylocalschool.com/e/tcwhsz1fvtwe https://jav.guru/searcho/?tr=74637768737a316676747765   embed 2026-08-30 09:57:27 2026-08-30 09:57:27 javguru https://tracylocalschool.com/e/tcwhsz1fvtwe
858 v_b9vqz javguru https://jav.guru/788339/kcda-303-bound-and-tormented-with-electric-devices/ https://streamhihi.com/e/ud98dn4ag71d https://jav.guru/searcho/?er=652f75643938646e346167373164   embed 2026-08-30 09:57:27 2026-08-30 09:57:27 javguru https://streamhihi.com/e/ud98dn4ag71d
859 v_b9vqz javguru https://jav.guru/788339/kcda-303-bound-and-tormented-with-electric-devices/ https://vide0.net/e/8b76q0uy3cpf https://jav.guru/searcho/?hr=386237367130757933637066   embed 2026-08-30 09:57:27 2026-08-30 09:57:27 javguru https://vide0.net/e/8b76q0uy3cpf
860 v_b9vqz javguru https://jav.guru/788339/kcda-303-bound-and-tormented-with-electric-devices/ https://maxstream.org/embed-qhlw4u8kjgcz.html https://jav.guru/searcho/?or=656d6265642d71686c773475386b6a67637a2e68746d6c   embed 2026-08-30 09:57:27 2026-08-30 09:57:27 javguru https://maxstream.org/embed-qhlw4u8kjgcz.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.723ms