home / media

streams

6 rows where v_uid = "v_59hea"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2727 v_59hea javguru https://jav.guru/784824/cmju-001-the-strongest-man-1-pleasure-falls-to-a-big-dick-handsome-guy-intense-climax-moans-and-tsukino-aya-succumbing-to-his/ https://javclan.com/e/0f8gwc2xj10l https://jav.guru/searcho/?xr=30663867776332786a31306c   embed 2026-08-30 14:12:49 2026-08-30 14:12:49 javguru https://javclan.com/e/0f8gwc2xj10l
2728 v_59hea javguru https://jav.guru/784824/cmju-001-the-strongest-man-1-pleasure-falls-to-a-big-dick-handsome-guy-intense-climax-moans-and-tsukino-aya-succumbing-to-his/ https://turbovidhls.com/t/68e953d54dc6f https://jav.guru/searcho/?ur=36386539353364353464633666   embed 2026-08-30 14:12:49 2026-08-30 14:12:49 javguru https://turbovidhls.com/t/68e953d54dc6f
2729 v_59hea javguru https://jav.guru/784824/cmju-001-the-strongest-man-1-pleasure-falls-to-a-big-dick-handsome-guy-intense-climax-moans-and-tsukino-aya-succumbing-to-his/ https://tracylocalschool.com/e/e6hprw0cdfcf https://jav.guru/searcho/?tr=653668707277306364666366   embed 2026-08-30 14:12:49 2026-08-30 14:12:49 javguru https://tracylocalschool.com/e/e6hprw0cdfcf
2730 v_59hea javguru https://jav.guru/784824/cmju-001-the-strongest-man-1-pleasure-falls-to-a-big-dick-handsome-guy-intense-climax-moans-and-tsukino-aya-succumbing-to-his/ https://streamhihi.com/e/hj3a47u0193r https://jav.guru/searcho/?er=652f686a33613437753031393372   embed 2026-08-30 14:12:49 2026-08-30 14:12:49 javguru https://streamhihi.com/e/hj3a47u0193r
2731 v_59hea javguru https://jav.guru/784824/cmju-001-the-strongest-man-1-pleasure-falls-to-a-big-dick-handsome-guy-intense-climax-moans-and-tsukino-aya-succumbing-to-his/ https://vide0.net/e/vz6papgrhn80 https://jav.guru/searcho/?hr=767a367061706772686e3830   embed 2026-08-30 14:12:49 2026-08-30 14:12:49 javguru https://vide0.net/e/vz6papgrhn80
2732 v_59hea javguru https://jav.guru/784824/cmju-001-the-strongest-man-1-pleasure-falls-to-a-big-dick-handsome-guy-intense-climax-moans-and-tsukino-aya-succumbing-to-his/ https://maxstream.org/embed-dlztcfpfzr77.html https://jav.guru/searcho/?or=656d6265642d646c7a74636670667a7237372e68746d6c   embed 2026-08-30 14:12:49 2026-08-30 14:12:49 javguru https://maxstream.org/embed-dlztcfpfzr77.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.247ms