home / media

streams

6 rows where v_uid = "v_2sx2e"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2182 v_2sx2e javguru https://jav.guru/785291/hunta-916-a-few-friends-from-college-drinking-at-home-the-girl-im-interested-in-not-only-doesnt-like-me-but-is-about-to-start-dating-another-guy-so-while-shes-sleeping-i-secretly-take-adv/ https://javclan.com/e/aru58dnm7sx9 https://jav.guru/searcho/?xr=6172753538646e6d37737839   embed 2026-08-30 14:08:40 2026-08-30 14:08:40 javguru https://javclan.com/e/aru58dnm7sx9
2183 v_2sx2e javguru https://jav.guru/785291/hunta-916-a-few-friends-from-college-drinking-at-home-the-girl-im-interested-in-not-only-doesnt-like-me-but-is-about-to-start-dating-another-guy-so-while-shes-sleeping-i-secretly-take-adv/ https://turbovidhls.com/t/68ea987c748fd https://jav.guru/searcho/?ur=36386561393837633734386664   embed 2026-08-30 14:08:40 2026-08-30 14:08:40 javguru https://turbovidhls.com/t/68ea987c748fd
2184 v_2sx2e javguru https://jav.guru/785291/hunta-916-a-few-friends-from-college-drinking-at-home-the-girl-im-interested-in-not-only-doesnt-like-me-but-is-about-to-start-dating-another-guy-so-while-shes-sleeping-i-secretly-take-adv/ https://tracylocalschool.com/e/fan1vfoerurm https://jav.guru/searcho/?tr=66616e3176666f657275726d   embed 2026-08-30 14:08:40 2026-08-30 14:08:40 javguru https://tracylocalschool.com/e/fan1vfoerurm
2185 v_2sx2e javguru https://jav.guru/785291/hunta-916-a-few-friends-from-college-drinking-at-home-the-girl-im-interested-in-not-only-doesnt-like-me-but-is-about-to-start-dating-another-guy-so-while-shes-sleeping-i-secretly-take-adv/ https://streamhihi.com/e/bxa35zbg25i6 https://jav.guru/searcho/?er=652f62786133357a626732356936   embed 2026-08-30 14:08:40 2026-08-30 14:08:40 javguru https://streamhihi.com/e/bxa35zbg25i6
2186 v_2sx2e javguru https://jav.guru/785291/hunta-916-a-few-friends-from-college-drinking-at-home-the-girl-im-interested-in-not-only-doesnt-like-me-but-is-about-to-start-dating-another-guy-so-while-shes-sleeping-i-secretly-take-adv/ https://vide0.net/e/byb3cj17cmsc https://jav.guru/searcho/?hr=62796233636a3137636d7363   embed 2026-08-30 14:08:40 2026-08-30 14:08:40 javguru https://vide0.net/e/byb3cj17cmsc
2187 v_2sx2e javguru https://jav.guru/785291/hunta-916-a-few-friends-from-college-drinking-at-home-the-girl-im-interested-in-not-only-doesnt-like-me-but-is-about-to-start-dating-another-guy-so-while-shes-sleeping-i-secretly-take-adv/ https://maxstream.org/embed-hg9semglm7di.html https://jav.guru/searcho/?or=656d6265642d68673973656d676c6d3764692e68746d6c   embed 2026-08-30 14:08:40 2026-08-30 14:08:40 javguru https://maxstream.org/embed-hg9semglm7di.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.22ms