home / media

streams

6 rows where v_uid = "v_8bvhg"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2224 v_8bvhg javguru https://jav.guru/785285/hunta-936-oh-no-that-angle-is-dangerous-hey-arent-you-trying-to-insert-it-while-i-was-doing-a-dry-humping-with-my-sister-in-law-it-got-slippery-and-ended-up-with-full-penetration-and-a-cream/ https://javclan.com/e/icjxyz94l7fw https://jav.guru/searcho/?xr=69636a78797a39346c376677   embed 2026-08-30 14:08:59 2026-08-30 14:08:59 javguru https://javclan.com/e/icjxyz94l7fw
2225 v_8bvhg javguru https://jav.guru/785285/hunta-936-oh-no-that-angle-is-dangerous-hey-arent-you-trying-to-insert-it-while-i-was-doing-a-dry-humping-with-my-sister-in-law-it-got-slippery-and-ended-up-with-full-penetration-and-a-cream/ https://turbovidhls.com/t/68ea9b47f24ee https://jav.guru/searcho/?ur=36386561396234376632346565   embed 2026-08-30 14:08:59 2026-08-30 14:08:59 javguru https://turbovidhls.com/t/68ea9b47f24ee
2226 v_8bvhg javguru https://jav.guru/785285/hunta-936-oh-no-that-angle-is-dangerous-hey-arent-you-trying-to-insert-it-while-i-was-doing-a-dry-humping-with-my-sister-in-law-it-got-slippery-and-ended-up-with-full-penetration-and-a-cream/ https://tracylocalschool.com/e/qjbfpukgmglm https://jav.guru/searcho/?tr=716a626670756b676d676c6d   embed 2026-08-30 14:08:59 2026-08-30 14:08:59 javguru https://tracylocalschool.com/e/qjbfpukgmglm
2227 v_8bvhg javguru https://jav.guru/785285/hunta-936-oh-no-that-angle-is-dangerous-hey-arent-you-trying-to-insert-it-while-i-was-doing-a-dry-humping-with-my-sister-in-law-it-got-slippery-and-ended-up-with-full-penetration-and-a-cream/ https://streamhihi.com/e/a43tjr7xma9z https://jav.guru/searcho/?er=652f613433746a7237786d61397a   embed 2026-08-30 14:08:59 2026-08-30 14:08:59 javguru https://streamhihi.com/e/a43tjr7xma9z
2228 v_8bvhg javguru https://jav.guru/785285/hunta-936-oh-no-that-angle-is-dangerous-hey-arent-you-trying-to-insert-it-while-i-was-doing-a-dry-humping-with-my-sister-in-law-it-got-slippery-and-ended-up-with-full-penetration-and-a-cream/ https://vide0.net/e/ijn7flm6v1if https://jav.guru/searcho/?hr=696a6e37666c6d3676316966   embed 2026-08-30 14:08:59 2026-08-30 14:08:59 javguru https://vide0.net/e/ijn7flm6v1if
2229 v_8bvhg javguru https://jav.guru/785285/hunta-936-oh-no-that-angle-is-dangerous-hey-arent-you-trying-to-insert-it-while-i-was-doing-a-dry-humping-with-my-sister-in-law-it-got-slippery-and-ended-up-with-full-penetration-and-a-cream/ https://maxstream.org/embed-2qxrkw7tw651.html https://jav.guru/searcho/?or=656d6265642d327178726b773774773635312e68746d6c   embed 2026-08-30 14:08:59 2026-08-30 14:08:59 javguru https://maxstream.org/embed-2qxrkw7tw651.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.898ms