home / media

streams

6 rows where v_uid = "v_iisde"

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
867 v_iisde javguru https://jav.guru/787700/start-435-climax-development-shaking-sensitive-body-to-the-most-intense-orgasms-ever-massive-cock-climax-rui-ichinomiya/ https://javclan.com/e/stlgzzxiiuwy https://jav.guru/searcho/?xr=73746c677a7a786969757779   embed 2026-08-30 09:57:37 2026-08-30 09:57:37 javguru https://javclan.com/e/stlgzzxiiuwy
868 v_iisde javguru https://jav.guru/787700/start-435-climax-development-shaking-sensitive-body-to-the-most-intense-orgasms-ever-massive-cock-climax-rui-ichinomiya/ https://turbovidhls.com/t/68ed44f7d4e1e https://jav.guru/searcho/?ur=36386564343466376434653165 https://cdn3.turboviplay.com/data3/68ed2e516254a/68ed2e516254a.m3u8 m3u8 2026-08-30 09:57:37 2026-08-30 09:57:37 javguru https://turbovidhls.com/t/68ed44f7d4e1e
869 v_iisde javguru https://jav.guru/787700/start-435-climax-development-shaking-sensitive-body-to-the-most-intense-orgasms-ever-massive-cock-climax-rui-ichinomiya/ https://tracylocalschool.com/e/fb87kydpm0ji https://jav.guru/searcho/?tr=666238376b7964706d306a69   embed 2026-08-30 09:57:37 2026-08-30 09:57:37 javguru https://tracylocalschool.com/e/fb87kydpm0ji
870 v_iisde javguru https://jav.guru/787700/start-435-climax-development-shaking-sensitive-body-to-the-most-intense-orgasms-ever-massive-cock-climax-rui-ichinomiya/ https://streamhihi.com/e/nwkwcm9zkp0y https://jav.guru/searcho/?er=652f6e776b77636d397a6b703079   embed 2026-08-30 09:57:37 2026-08-30 09:57:37 javguru https://streamhihi.com/e/nwkwcm9zkp0y
871 v_iisde javguru https://jav.guru/787700/start-435-climax-development-shaking-sensitive-body-to-the-most-intense-orgasms-ever-massive-cock-climax-rui-ichinomiya/ https://vide0.net/e/v27kp55sblei https://jav.guru/searcho/?hr=7632376b70353573626c6569   embed 2026-08-30 09:57:37 2026-08-30 09:57:37 javguru https://vide0.net/e/v27kp55sblei
872 v_iisde javguru https://jav.guru/787700/start-435-climax-development-shaking-sensitive-body-to-the-most-intense-orgasms-ever-massive-cock-climax-rui-ichinomiya/ https://maxstream.org/embed-rurhv3cdadb0.html https://jav.guru/searcho/?or=656d6265642d7275726876336364616462302e68746d6c   embed 2026-08-30 09:57:37 2026-08-30 09:57:37 javguru https://maxstream.org/embed-rurhv3cdadb0.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.994ms