home / media

streams

6 rows where v_uid = "v_gc9bo"

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
716 v_gc9bo javguru https://jav.guru/788341/kcda-294-yuzuki-marina-with-a-bust-size-of-108-cm/ https://javclan.com/e/c91dn43u2scw https://jav.guru/searcho/?xr=633931646e34337532736377   embed 2026-08-30 09:56:21 2026-08-30 09:56:21 javguru https://javclan.com/e/c91dn43u2scw
717 v_gc9bo javguru https://jav.guru/788341/kcda-294-yuzuki-marina-with-a-bust-size-of-108-cm/ https://turbovidhls.com/t/68ee120033958 https://jav.guru/searcho/?ur=36386565313230303333393538 https://cdn3.turboviplay.com/data3/68ee120033958/68ee120033958.m3u8 m3u8 2026-08-30 09:56:21 2026-08-30 09:56:21 javguru https://turbovidhls.com/t/68ee120033958
718 v_gc9bo javguru https://jav.guru/788341/kcda-294-yuzuki-marina-with-a-bust-size-of-108-cm/ https://tracylocalschool.com/e/dnkdo9u11wcw https://jav.guru/searcho/?tr=646e6b646f39753131776377   embed 2026-08-30 09:56:21 2026-08-30 09:56:21 javguru https://tracylocalschool.com/e/dnkdo9u11wcw
719 v_gc9bo javguru https://jav.guru/788341/kcda-294-yuzuki-marina-with-a-bust-size-of-108-cm/ https://streamhihi.com/e/kvlzwd44yfvw https://jav.guru/searcho/?er=652f6b766c7a7764343479667677   embed 2026-08-30 09:56:21 2026-08-30 09:56:21 javguru https://streamhihi.com/e/kvlzwd44yfvw
720 v_gc9bo javguru https://jav.guru/788341/kcda-294-yuzuki-marina-with-a-bust-size-of-108-cm/ https://vide0.net/e/ma3m6tdmgqlz https://jav.guru/searcho/?hr=6d61336d3674646d67716c7a   embed 2026-08-30 09:56:21 2026-08-30 09:56:21 javguru https://vide0.net/e/ma3m6tdmgqlz
721 v_gc9bo javguru https://jav.guru/788341/kcda-294-yuzuki-marina-with-a-bust-size-of-108-cm/ https://maxstream.org/embed-tthja8uaax3f.html https://jav.guru/searcho/?or=656d6265642d7474686a61387561617833662e68746d6c   embed 2026-08-30 09:56:21 2026-08-30 09:56:21 javguru https://maxstream.org/embed-tthja8uaax3f.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.475ms