home / media

streams

6 rows where v_uid = "v_1u2uo"

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
9361 v_1u2uo javguru https://jav.guru/799188/dvmm-312-im-so-nervous-since-its-my-first-time-a-perfect-technique-that-barely-touches-the-penis-a-white-skinned-big-bottomed-beauty-who-drives-men-crazy-with-teasing-groin-massages/ https://javclan.com/e/o2sie87fafzq https://jav.guru/searcho/?xr=6f3273696538376661667a71   embed 2026-08-30 17:27:18 2026-08-30 17:27:18 javguru https://javclan.com/e/o2sie87fafzq
9362 v_1u2uo javguru https://jav.guru/799188/dvmm-312-im-so-nervous-since-its-my-first-time-a-perfect-technique-that-barely-touches-the-penis-a-white-skinned-big-bottomed-beauty-who-drives-men-crazy-with-teasing-groin-massages/ https://turbovidhls.com/t/6903aed5de280 https://jav.guru/searcho/?ur=36393033616564356465323830 https://cdn3.turboviplay.com/data3/690398ab5a558/690398ab5a558.m3u8 m3u8 2026-08-30 17:27:18 2026-08-30 17:27:18 javguru https://turbovidhls.com/t/6903aed5de280
9363 v_1u2uo javguru https://jav.guru/799188/dvmm-312-im-so-nervous-since-its-my-first-time-a-perfect-technique-that-barely-touches-the-penis-a-white-skinned-big-bottomed-beauty-who-drives-men-crazy-with-teasing-groin-massages/ https://tracylocalschool.com/e/whdllvletdp8 https://jav.guru/searcho/?tr=7768646c6c766c6574647038   embed 2026-08-30 17:27:18 2026-08-30 17:27:18 javguru https://tracylocalschool.com/e/whdllvletdp8
9364 v_1u2uo javguru https://jav.guru/799188/dvmm-312-im-so-nervous-since-its-my-first-time-a-perfect-technique-that-barely-touches-the-penis-a-white-skinned-big-bottomed-beauty-who-drives-men-crazy-with-teasing-groin-massages/ https://streamhihi.com/e/jf62ruqqz212 https://jav.guru/searcho/?er=652f6a663632727571717a323132   embed 2026-08-30 17:27:18 2026-08-30 17:27:18 javguru https://streamhihi.com/e/jf62ruqqz212
9365 v_1u2uo javguru https://jav.guru/799188/dvmm-312-im-so-nervous-since-its-my-first-time-a-perfect-technique-that-barely-touches-the-penis-a-white-skinned-big-bottomed-beauty-who-drives-men-crazy-with-teasing-groin-massages/ https://vide0.net/e/sptk8hnj9gvm https://jav.guru/searcho/?hr=7370746b38686e6a3967766d   embed 2026-08-30 17:27:18 2026-08-30 17:27:18 javguru https://vide0.net/e/sptk8hnj9gvm
9366 v_1u2uo javguru https://jav.guru/799188/dvmm-312-im-so-nervous-since-its-my-first-time-a-perfect-technique-that-barely-touches-the-penis-a-white-skinned-big-bottomed-beauty-who-drives-men-crazy-with-teasing-groin-massages/ https://maxstream.org/embed-obz657iupl9e.html https://jav.guru/searcho/?or=656d6265642d6f627a3635376975706c39652e68746d6c   embed 2026-08-30 17:27:18 2026-08-30 17:27:18 javguru https://maxstream.org/embed-obz657iupl9e.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.723ms