home / media

streams

6 rows where v_uid = "v_hnhcb"

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
155 v_hnhcb javguru https://jav.guru/789623/lcdv-41224-kyra-shirahase-sweet-black-angel/ https://javclan.com/e/amn15a05va0c https://jav.guru/searcho/?xr=616d6e313561303576613063   embed 2026-08-30 09:15:34 2026-08-30 09:15:34 javguru https://javclan.com/e/amn15a05va0c
156 v_hnhcb javguru https://jav.guru/789623/lcdv-41224-kyra-shirahase-sweet-black-angel/ https://turbovidhls.com/t/68efa0b93590b https://jav.guru/searcho/?ur=36386566613062393335393062 https://cdn3.turboviplay.com/data3/68efa0b93590b/68efa0b93590b.m3u8 m3u8 2026-08-30 09:15:34 2026-08-30 09:15:34 javguru https://turbovidhls.com/t/68efa0b93590b
157 v_hnhcb javguru https://jav.guru/789623/lcdv-41224-kyra-shirahase-sweet-black-angel/ https://tracylocalschool.com/e/jnfpkguvp5fg https://jav.guru/searcho/?tr=6a6e66706b67757670356667   embed 2026-08-30 09:15:34 2026-08-30 09:15:34 javguru https://tracylocalschool.com/e/jnfpkguvp5fg
158 v_hnhcb javguru https://jav.guru/789623/lcdv-41224-kyra-shirahase-sweet-black-angel/ https://streamhihi.com/e/lizqkpjthhs3 https://jav.guru/searcho/?er=652f6c697a716b706a7468687333   embed 2026-08-30 09:15:34 2026-08-30 09:15:34 javguru https://streamhihi.com/e/lizqkpjthhs3
159 v_hnhcb javguru https://jav.guru/789623/lcdv-41224-kyra-shirahase-sweet-black-angel/ https://vide0.net/e/1pngzutaykgo https://jav.guru/searcho/?hr=31706e677a757461796b676f   embed 2026-08-30 09:15:34 2026-08-30 09:15:34 javguru https://vide0.net/e/1pngzutaykgo
160 v_hnhcb javguru https://jav.guru/789623/lcdv-41224-kyra-shirahase-sweet-black-angel/ https://maxstream.org/embed-xexaqnwiytcs.html https://jav.guru/searcho/?or=656d6265642d78657861716e7769797463732e68746d6c   embed 2026-08-30 09:15:34 2026-08-30 09:15:34 javguru https://maxstream.org/embed-xexaqnwiytcs.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.068ms