home / media

streams

6 rows where v_uid = "v_gaohj"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2188 v_gaohj javguru https://jav.guru/785296/hunta-860-can-a-virgin-cock-satisfy-me-laughs-a-super-promiscuous-college-girl-with-a-big-butt-who-always-shows-her-panties-getting-filled-with-multiple-deep-creampies/ https://javclan.com/e/j8pqgpa73c8z https://jav.guru/searcho/?xr=6a387071677061373363387a   embed 2026-08-30 14:08:42 2026-08-30 14:08:42 javguru https://javclan.com/e/j8pqgpa73c8z
2189 v_gaohj javguru https://jav.guru/785296/hunta-860-can-a-virgin-cock-satisfy-me-laughs-a-super-promiscuous-college-girl-with-a-big-butt-who-always-shows-her-panties-getting-filled-with-multiple-deep-creampies/ https://turbovidhls.com/t/68ea96e318853 https://jav.guru/searcho/?ur=36386561393665333138383533   embed 2026-08-30 14:08:42 2026-08-30 14:08:42 javguru https://turbovidhls.com/t/68ea96e318853
2190 v_gaohj javguru https://jav.guru/785296/hunta-860-can-a-virgin-cock-satisfy-me-laughs-a-super-promiscuous-college-girl-with-a-big-butt-who-always-shows-her-panties-getting-filled-with-multiple-deep-creampies/ https://tracylocalschool.com/e/k4qnou0roqwf https://jav.guru/searcho/?tr=6b34716e6f7530726f717766   embed 2026-08-30 14:08:42 2026-08-30 14:08:42 javguru https://tracylocalschool.com/e/k4qnou0roqwf
2191 v_gaohj javguru https://jav.guru/785296/hunta-860-can-a-virgin-cock-satisfy-me-laughs-a-super-promiscuous-college-girl-with-a-big-butt-who-always-shows-her-panties-getting-filled-with-multiple-deep-creampies/ https://streamhihi.com/e/wxqwhrdr337g https://jav.guru/searcho/?er=652f777871776872647233333767   embed 2026-08-30 14:08:42 2026-08-30 14:08:42 javguru https://streamhihi.com/e/wxqwhrdr337g
2192 v_gaohj javguru https://jav.guru/785296/hunta-860-can-a-virgin-cock-satisfy-me-laughs-a-super-promiscuous-college-girl-with-a-big-butt-who-always-shows-her-panties-getting-filled-with-multiple-deep-creampies/ https://vide0.net/e/54t920lrqnye https://jav.guru/searcho/?hr=3534743932306c72716e7965   embed 2026-08-30 14:08:42 2026-08-30 14:08:42 javguru https://vide0.net/e/54t920lrqnye
2193 v_gaohj javguru https://jav.guru/785296/hunta-860-can-a-virgin-cock-satisfy-me-laughs-a-super-promiscuous-college-girl-with-a-big-butt-who-always-shows-her-panties-getting-filled-with-multiple-deep-creampies/ https://maxstream.org/embed-78ynh17ag3t3.html https://jav.guru/searcho/?or=656d6265642d3738796e68313761673374332e68746d6c   embed 2026-08-30 14:08:42 2026-08-30 14:08:42 javguru https://maxstream.org/embed-78ynh17ag3t3.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.908ms