home / media

streams

6 rows where v_uid = "v_8ske5"

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
902 v_8ske5 javguru https://jav.guru/787714/mbr-ba127-riho-fujimori-naked-beauty/ https://javclan.com/e/gnwwc742gzs3 https://jav.guru/searcho/?xr=676e777763373432677a7333   embed 2026-08-30 09:58:06 2026-08-30 09:58:06 javguru https://javclan.com/e/gnwwc742gzs3
903 v_8ske5 javguru https://jav.guru/787714/mbr-ba127-riho-fujimori-naked-beauty/ https://turbovidhls.com/t/68ed4377b2a85 https://jav.guru/searcho/?ur=36386564343337376232613835 https://cdn3.turboviplay.com/data3/68ed4377b2a85/68ed4377b2a85.m3u8 m3u8 2026-08-30 09:58:06 2026-08-30 09:58:06 javguru https://turbovidhls.com/t/68ed4377b2a85
904 v_8ske5 javguru https://jav.guru/787714/mbr-ba127-riho-fujimori-naked-beauty/ https://tracylocalschool.com/e/jvdeu8tyxwfj https://jav.guru/searcho/?tr=6a766465753874797877666a   embed 2026-08-30 09:58:06 2026-08-30 09:58:06 javguru https://tracylocalschool.com/e/jvdeu8tyxwfj
905 v_8ske5 javguru https://jav.guru/787714/mbr-ba127-riho-fujimori-naked-beauty/ https://streamhihi.com/e/naqo6n98siw6 https://jav.guru/searcho/?er=652f6e61716f366e393873697736   embed 2026-08-30 09:58:06 2026-08-30 09:58:06 javguru https://streamhihi.com/e/naqo6n98siw6
906 v_8ske5 javguru https://jav.guru/787714/mbr-ba127-riho-fujimori-naked-beauty/ https://vide0.net/e/ugqcojs487k2 https://jav.guru/searcho/?hr=756771636f6a733438376b32   embed 2026-08-30 09:58:06 2026-08-30 09:58:06 javguru https://vide0.net/e/ugqcojs487k2
907 v_8ske5 javguru https://jav.guru/787714/mbr-ba127-riho-fujimori-naked-beauty/ https://maxstream.org/embed-l2qxenqssb4z.html https://jav.guru/searcho/?or=656d6265642d6c327178656e71737362347a2e68746d6c   embed 2026-08-30 09:58:06 2026-08-30 09:58:06 javguru https://maxstream.org/embed-l2qxenqssb4z.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.031ms