home / media

streams

6 rows where v_uid = "v_i0zf8"

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
419 v_i0zf8 javguru https://jav.guru/788392/iene-259-complete-subjectivity-what-if-erotic-language-was-part-of-compulsory-education-and-girls-like-kimura-tsuna-tsukishima-arisu-and-hinata-umi-spoke-vulgar-words/ https://javclan.com/e/tfxcgmxxiieg https://jav.guru/searcho/?xr=74667863676d787869696567   embed 2026-08-30 09:53:57 2026-08-30 09:53:57 javguru https://javclan.com/e/tfxcgmxxiieg
420 v_i0zf8 javguru https://jav.guru/788392/iene-259-complete-subjectivity-what-if-erotic-language-was-part-of-compulsory-education-and-girls-like-kimura-tsuna-tsukishima-arisu-and-hinata-umi-spoke-vulgar-words/ https://turbovidhls.com/t/68ee0c630c36d https://jav.guru/searcho/?ur=36386565306336333063333664 https://cdn3.turboviplay.com/data/66aafd914f595/66aafd914f595.m3u8 m3u8 2026-08-30 09:53:57 2026-08-30 09:53:57 javguru https://turbovidhls.com/t/68ee0c630c36d
421 v_i0zf8 javguru https://jav.guru/788392/iene-259-complete-subjectivity-what-if-erotic-language-was-part-of-compulsory-education-and-girls-like-kimura-tsuna-tsukishima-arisu-and-hinata-umi-spoke-vulgar-words/ https://tracylocalschool.com/e/qgvzr2zjampx https://jav.guru/searcho/?tr=7167767a72327a6a616d7078   embed 2026-08-30 09:53:57 2026-08-30 09:53:57 javguru https://tracylocalschool.com/e/qgvzr2zjampx
422 v_i0zf8 javguru https://jav.guru/788392/iene-259-complete-subjectivity-what-if-erotic-language-was-part-of-compulsory-education-and-girls-like-kimura-tsuna-tsukishima-arisu-and-hinata-umi-spoke-vulgar-words/ https://streamhihi.com/e/ryh28dzx7uj6 https://jav.guru/searcho/?er=652f7279683238647a7837756a36   embed 2026-08-30 09:53:57 2026-08-30 09:53:57 javguru https://streamhihi.com/e/ryh28dzx7uj6
423 v_i0zf8 javguru https://jav.guru/788392/iene-259-complete-subjectivity-what-if-erotic-language-was-part-of-compulsory-education-and-girls-like-kimura-tsuna-tsukishima-arisu-and-hinata-umi-spoke-vulgar-words/ https://vide0.net/e/3lurtq2ed5vy https://jav.guru/searcho/?hr=336c75727471326564357679   embed 2026-08-30 09:53:57 2026-08-30 09:53:57 javguru https://vide0.net/e/3lurtq2ed5vy
424 v_i0zf8 javguru https://jav.guru/788392/iene-259-complete-subjectivity-what-if-erotic-language-was-part-of-compulsory-education-and-girls-like-kimura-tsuna-tsukishima-arisu-and-hinata-umi-spoke-vulgar-words/ https://maxstream.org/embed-neg24umoag0u.html https://jav.guru/searcho/?or=656d6265642d6e65673234756d6f616730752e68746d6c   embed 2026-08-30 09:53:57 2026-08-30 09:53:57 javguru https://maxstream.org/embed-neg24umoag0u.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.77ms