home / media

streams

6 rows where v_uid = "v_wwoh4"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2247 v_wwoh4 javguru https://jav.guru/785267/hunta-996-the-notebook-that-guarantees-you-can-hook-up-with-any-girl-by-simply-writing-her-name-and-birthdate-exists/ https://javclan.com/e/lkfpfw3sytg5 https://jav.guru/searcho/?xr=6c6b66706677337379746735   embed 2026-08-30 14:09:10 2026-08-30 14:09:10 javguru https://javclan.com/e/lkfpfw3sytg5
2248 v_wwoh4 javguru https://jav.guru/785267/hunta-996-the-notebook-that-guarantees-you-can-hook-up-with-any-girl-by-simply-writing-her-name-and-birthdate-exists/ https://turbovidhls.com/t/68eaa4db2b9f0 https://jav.guru/searcho/?ur=36386561613464623262396630   embed 2026-08-30 14:09:10 2026-08-30 14:09:10 javguru https://turbovidhls.com/t/68eaa4db2b9f0
2249 v_wwoh4 javguru https://jav.guru/785267/hunta-996-the-notebook-that-guarantees-you-can-hook-up-with-any-girl-by-simply-writing-her-name-and-birthdate-exists/ https://tracylocalschool.com/e/iguot7dkiaf7 https://jav.guru/searcho/?tr=6967756f7437646b69616637   embed 2026-08-30 14:09:10 2026-08-30 14:09:10 javguru https://tracylocalschool.com/e/iguot7dkiaf7
2250 v_wwoh4 javguru https://jav.guru/785267/hunta-996-the-notebook-that-guarantees-you-can-hook-up-with-any-girl-by-simply-writing-her-name-and-birthdate-exists/ https://streamhihi.com/e/tw11tde41dvb https://jav.guru/searcho/?er=652f747731317464653431647662   embed 2026-08-30 14:09:10 2026-08-30 14:09:10 javguru https://streamhihi.com/e/tw11tde41dvb
2251 v_wwoh4 javguru https://jav.guru/785267/hunta-996-the-notebook-that-guarantees-you-can-hook-up-with-any-girl-by-simply-writing-her-name-and-birthdate-exists/ https://vide0.net/e/8mhy5ee2nohb https://jav.guru/searcho/?hr=386d6879356565326e6f6862   embed 2026-08-30 14:09:10 2026-08-30 14:09:10 javguru https://vide0.net/e/8mhy5ee2nohb
2252 v_wwoh4 javguru https://jav.guru/785267/hunta-996-the-notebook-that-guarantees-you-can-hook-up-with-any-girl-by-simply-writing-her-name-and-birthdate-exists/ https://maxstream.org/embed-chk13keoigki.html https://jav.guru/searcho/?or=656d6265642d63686b31336b656f69676b692e68746d6c   embed 2026-08-30 14:09:10 2026-08-30 14:09:10 javguru https://maxstream.org/embed-chk13keoigki.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.248ms