home / media

streams

6 rows where v_uid = "v_zierq"

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
988 v_zierq javguru https://jav.guru/787715/mbr-ba118-morisawa-kana-ecstasy-hot-spring/ https://javclan.com/e/mjz8qpezjj4b https://jav.guru/searcho/?xr=6d6a7a387170657a6a6a3462   embed 2026-08-30 09:59:01 2026-08-30 09:59:01 javguru https://javclan.com/e/mjz8qpezjj4b
989 v_zierq javguru https://jav.guru/787715/mbr-ba118-morisawa-kana-ecstasy-hot-spring/ https://turbovidhls.com/t/68ed423ab9855 https://jav.guru/searcho/?ur=36386564343233616239383535 https://cdn3.turboviplay.com/data3/68ed423ab9855/68ed423ab9855.m3u8 m3u8 2026-08-30 09:59:01 2026-08-30 09:59:01 javguru https://turbovidhls.com/t/68ed423ab9855
990 v_zierq javguru https://jav.guru/787715/mbr-ba118-morisawa-kana-ecstasy-hot-spring/ https://tracylocalschool.com/e/gnizeesdw565 https://jav.guru/searcho/?tr=676e697a6565736477353635   embed 2026-08-30 09:59:01 2026-08-30 09:59:01 javguru https://tracylocalschool.com/e/gnizeesdw565
991 v_zierq javguru https://jav.guru/787715/mbr-ba118-morisawa-kana-ecstasy-hot-spring/ https://streamhihi.com/e/9sakrfavobny https://jav.guru/searcho/?er=652f3973616b726661766f626e79   embed 2026-08-30 09:59:01 2026-08-30 09:59:01 javguru https://streamhihi.com/e/9sakrfavobny
992 v_zierq javguru https://jav.guru/787715/mbr-ba118-morisawa-kana-ecstasy-hot-spring/ https://vide0.net/e/266yab9q8ppy https://jav.guru/searcho/?hr=323636796162397138707079   embed 2026-08-30 09:59:01 2026-08-30 09:59:01 javguru https://vide0.net/e/266yab9q8ppy
993 v_zierq javguru https://jav.guru/787715/mbr-ba118-morisawa-kana-ecstasy-hot-spring/ https://maxstream.org/embed-3a97o8u9m18l.html https://jav.guru/searcho/?or=656d6265642d336139376f3875396d31386c2e68746d6c   embed 2026-08-30 09:59:01 2026-08-30 09:59:01 javguru https://maxstream.org/embed-3a97o8u9m18l.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.155ms