home / media

streams

6 rows where v_uid = "v_bqhd2"

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
764 v_bqhd2 javguru https://jav.guru/788358/kcda-193-high-leg-race-queen-group-exhibitionists/ https://javclan.com/e/p4geqi5tnhzg https://jav.guru/searcho/?xr=70346765716935746e687a67   embed 2026-08-30 09:56:42 2026-08-30 09:56:42 javguru https://javclan.com/e/p4geqi5tnhzg
765 v_bqhd2 javguru https://jav.guru/788358/kcda-193-high-leg-race-queen-group-exhibitionists/ https://turbovidhls.com/t/68ee10ddc827b https://jav.guru/searcho/?ur=36386565313064646338323762 https://cdn3.turboviplay.com/data/opVXU9R0x0lLo10gRael/opVXU9R0x0lLo10gRael.m3u8 m3u8 2026-08-30 09:56:42 2026-08-30 09:56:42 javguru https://turbovidhls.com/t/68ee10ddc827b
766 v_bqhd2 javguru https://jav.guru/788358/kcda-193-high-leg-race-queen-group-exhibitionists/ https://tracylocalschool.com/e/t2lekgoi7s8f https://jav.guru/searcho/?tr=74326c656b676f6937733866   embed 2026-08-30 09:56:42 2026-08-30 09:56:42 javguru https://tracylocalschool.com/e/t2lekgoi7s8f
767 v_bqhd2 javguru https://jav.guru/788358/kcda-193-high-leg-race-queen-group-exhibitionists/ https://streamhihi.com/e/6khugyntz1ky https://jav.guru/searcho/?er=652f366b687567796e747a316b79   embed 2026-08-30 09:56:42 2026-08-30 09:56:42 javguru https://streamhihi.com/e/6khugyntz1ky
768 v_bqhd2 javguru https://jav.guru/788358/kcda-193-high-leg-race-queen-group-exhibitionists/ https://vide0.net/e/zcxs3kljnden https://jav.guru/searcho/?hr=7a637873336b6c6a6e64656e   embed 2026-08-30 09:56:42 2026-08-30 09:56:42 javguru https://vide0.net/e/zcxs3kljnden
769 v_bqhd2 javguru https://jav.guru/788358/kcda-193-high-leg-race-queen-group-exhibitionists/ https://maxstream.org/embed-oparnpyosmik.html https://jav.guru/searcho/?or=656d6265642d6f7061726e70796f736d696b2e68746d6c   embed 2026-08-30 09:56:42 2026-08-30 09:56:42 javguru https://maxstream.org/embed-oparnpyosmik.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.631ms