home / media

streams

6 rows where v_uid = "v_y2cmn"

This data as json, CSV (advanced)

Suggested facets: addedAt (date), updatedAt (date)

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2014 v_y2cmn javguru https://jav.guru/785309/gone-078-maternal-nympho-shouda-chisato/ https://javclan.com/e/a1w5zs88bius https://jav.guru/searcho/?xr=613177357a73383862697573   embed 2026-08-30 14:07:15 2026-08-30 14:07:15 javguru https://javclan.com/e/a1w5zs88bius
2015 v_y2cmn javguru https://jav.guru/785309/gone-078-maternal-nympho-shouda-chisato/ https://turbovidhls.com/t/68ea9591ef58e https://jav.guru/searcho/?ur=36386561393539316566353865   embed 2026-08-30 14:07:15 2026-08-30 14:07:15 javguru https://turbovidhls.com/t/68ea9591ef58e
2016 v_y2cmn javguru https://jav.guru/785309/gone-078-maternal-nympho-shouda-chisato/ https://tracylocalschool.com/e/tgut0dzyfknu https://jav.guru/searcho/?tr=7467757430647a79666b6e75   embed 2026-08-30 14:07:15 2026-08-30 14:07:15 javguru https://tracylocalschool.com/e/tgut0dzyfknu
2017 v_y2cmn javguru https://jav.guru/785309/gone-078-maternal-nympho-shouda-chisato/ https://streamhihi.com/e/oz6qbu32d2jw https://jav.guru/searcho/?er=652f6f7a36716275333264326a77   embed 2026-08-30 14:07:15 2026-08-30 14:07:15 javguru https://streamhihi.com/e/oz6qbu32d2jw
2018 v_y2cmn javguru https://jav.guru/785309/gone-078-maternal-nympho-shouda-chisato/ https://vide0.net/e/wouqaginurlz https://jav.guru/searcho/?hr=776f75716167696e75726c7a   embed 2026-08-30 14:07:15 2026-08-30 14:07:15 javguru https://vide0.net/e/wouqaginurlz
2019 v_y2cmn javguru https://jav.guru/785309/gone-078-maternal-nympho-shouda-chisato/ https://maxstream.org/embed-cui7885oiadp.html https://jav.guru/searcho/?or=656d6265642d637569373838356f696164702e68746d6c   embed 2026-08-30 14:07:15 2026-08-30 14:07:15 javguru https://maxstream.org/embed-cui7885oiadp.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.568ms