home / media

streams

6 rows where v_uid = "v_n5t3m"

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
311 v_n5t3m javguru https://jav.guru/788317/mism-109-fist-release-thrusting-a-heated-iron-fist-deep-into-the-womb-okawa/ https://javclan.com/e/kxms6i18kx2k https://jav.guru/searcho/?xr=6b786d73366931386b78326b   embed 2026-08-30 09:53:07 2026-08-30 09:53:07 javguru https://javclan.com/e/kxms6i18kx2k
312 v_n5t3m javguru https://jav.guru/788317/mism-109-fist-release-thrusting-a-heated-iron-fist-deep-into-the-womb-okawa/ https://turbovidhls.com/t/68ee15e8f0e85 https://jav.guru/searcho/?ur=36386565313565386630653835 https://cdn3.turboviplay.com/data/qu7BwWoUutJkSDm7ZOpk/qu7BwWoUutJkSDm7ZOpk.m3u8 m3u8 2026-08-30 09:53:07 2026-08-30 09:53:07 javguru https://turbovidhls.com/t/68ee15e8f0e85
313 v_n5t3m javguru https://jav.guru/788317/mism-109-fist-release-thrusting-a-heated-iron-fist-deep-into-the-womb-okawa/ https://tracylocalschool.com/e/npzptaqiqbf6 https://jav.guru/searcho/?tr=6e707a707461716971626636   embed 2026-08-30 09:53:07 2026-08-30 09:53:07 javguru https://tracylocalschool.com/e/npzptaqiqbf6
314 v_n5t3m javguru https://jav.guru/788317/mism-109-fist-release-thrusting-a-heated-iron-fist-deep-into-the-womb-okawa/ https://streamhihi.com/e/ip35ag1es1l0 https://jav.guru/searcho/?er=652f697033356167316573316c30   embed 2026-08-30 09:53:07 2026-08-30 09:53:07 javguru https://streamhihi.com/e/ip35ag1es1l0
315 v_n5t3m javguru https://jav.guru/788317/mism-109-fist-release-thrusting-a-heated-iron-fist-deep-into-the-womb-okawa/ https://vide0.net/e/ptcnts4cvjlj https://jav.guru/searcho/?hr=7074636e74733463766a6c6a   embed 2026-08-30 09:53:07 2026-08-30 09:53:07 javguru https://vide0.net/e/ptcnts4cvjlj
316 v_n5t3m javguru https://jav.guru/788317/mism-109-fist-release-thrusting-a-heated-iron-fist-deep-into-the-womb-okawa/ https://maxstream.org/embed-27wdxssj4hrb.html https://jav.guru/searcho/?or=656d6265642d323777647873736a346872622e68746d6c   embed 2026-08-30 09:53:07 2026-08-30 09:53:07 javguru https://maxstream.org/embed-27wdxssj4hrb.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.794ms