home / media

streams

6 rows where v_uid = "v_f0so8"

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
455 v_f0so8 javguru https://jav.guru/788319/mism-107-company-matsuo-x-first-sm-ryo-x-emu-girl-lab-x-miyamura-nanako/ https://javclan.com/e/j9ipk6mpn6w4 https://jav.guru/searcho/?xr=6a3969706b366d706e367734   embed 2026-08-30 09:54:19 2026-08-30 09:54:19 javguru https://javclan.com/e/j9ipk6mpn6w4
456 v_f0so8 javguru https://jav.guru/788319/mism-107-company-matsuo-x-first-sm-ryo-x-emu-girl-lab-x-miyamura-nanako/ https://turbovidhls.com/t/68ee15b4dc1ce https://jav.guru/searcho/?ur=36386565313562346463316365 https://cdn3.turboviplay.com/data/667a32b4553a3/667a32b4553a3.m3u8 m3u8 2026-08-30 09:54:19 2026-08-30 09:54:19 javguru https://turbovidhls.com/t/68ee15b4dc1ce
457 v_f0so8 javguru https://jav.guru/788319/mism-107-company-matsuo-x-first-sm-ryo-x-emu-girl-lab-x-miyamura-nanako/ https://tracylocalschool.com/e/mxtnkhoj7nbv https://jav.guru/searcho/?tr=6d78746e6b686f6a376e6276   embed 2026-08-30 09:54:19 2026-08-30 09:54:19 javguru https://tracylocalschool.com/e/mxtnkhoj7nbv
458 v_f0so8 javguru https://jav.guru/788319/mism-107-company-matsuo-x-first-sm-ryo-x-emu-girl-lab-x-miyamura-nanako/ https://streamhihi.com/e/qp5aet09xtl9 https://jav.guru/searcho/?er=652f717035616574303978746c39   embed 2026-08-30 09:54:19 2026-08-30 09:54:19 javguru https://streamhihi.com/e/qp5aet09xtl9
459 v_f0so8 javguru https://jav.guru/788319/mism-107-company-matsuo-x-first-sm-ryo-x-emu-girl-lab-x-miyamura-nanako/ https://vide0.net/e/yfcx8zkkfjlx https://jav.guru/searcho/?hr=79666378387a6b6b666a6c78   embed 2026-08-30 09:54:19 2026-08-30 09:54:19 javguru https://vide0.net/e/yfcx8zkkfjlx
460 v_f0so8 javguru https://jav.guru/788319/mism-107-company-matsuo-x-first-sm-ryo-x-emu-girl-lab-x-miyamura-nanako/ https://maxstream.org/embed-ph7dcd2p5axn.html https://jav.guru/searcho/?or=656d6265642d70683764636432703561786e2e68746d6c   embed 2026-08-30 09:54:19 2026-08-30 09:54:19 javguru https://maxstream.org/embed-ph7dcd2p5axn.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.507ms