home / media

streams

6 rows where v_uid = "v_jyxep"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2355 v_jyxep javguru https://jav.guru/784748/scop-886-the-beautiful-caregiver-who-came-to-help-turns-out-to-be-a-former-student-i-once-took-care-of-after-being-thoroughly-wiped-down-i-couldnt-help-but-get-hard-leading-to-an-unbelievable/ https://javclan.com/e/z8aeo9ixzzcp https://jav.guru/searcho/?xr=7a3861656f3969787a7a6370   embed 2026-08-30 14:10:00 2026-08-30 14:10:00 javguru https://javclan.com/e/z8aeo9ixzzcp
2356 v_jyxep javguru https://jav.guru/784748/scop-886-the-beautiful-caregiver-who-came-to-help-turns-out-to-be-a-former-student-i-once-took-care-of-after-being-thoroughly-wiped-down-i-couldnt-help-but-get-hard-leading-to-an-unbelievable/ https://turbovidhls.com/t/68e972e318595 https://jav.guru/searcho/?ur=36386539373265333138353935   embed 2026-08-30 14:10:00 2026-08-30 14:10:00 javguru https://turbovidhls.com/t/68e972e318595
2357 v_jyxep javguru https://jav.guru/784748/scop-886-the-beautiful-caregiver-who-came-to-help-turns-out-to-be-a-former-student-i-once-took-care-of-after-being-thoroughly-wiped-down-i-couldnt-help-but-get-hard-leading-to-an-unbelievable/ https://tracylocalschool.com/e/p8qaupdnd4jx https://jav.guru/searcho/?tr=703871617570646e64346a78   embed 2026-08-30 14:10:00 2026-08-30 14:10:00 javguru https://tracylocalschool.com/e/p8qaupdnd4jx
2358 v_jyxep javguru https://jav.guru/784748/scop-886-the-beautiful-caregiver-who-came-to-help-turns-out-to-be-a-former-student-i-once-took-care-of-after-being-thoroughly-wiped-down-i-couldnt-help-but-get-hard-leading-to-an-unbelievable/ https://streamhihi.com/e/irnjw92nb7fs https://jav.guru/searcho/?er=652f69726e6a7739326e62376673   embed 2026-08-30 14:10:00 2026-08-30 14:10:00 javguru https://streamhihi.com/e/irnjw92nb7fs
2359 v_jyxep javguru https://jav.guru/784748/scop-886-the-beautiful-caregiver-who-came-to-help-turns-out-to-be-a-former-student-i-once-took-care-of-after-being-thoroughly-wiped-down-i-couldnt-help-but-get-hard-leading-to-an-unbelievable/ https://vide0.net/e/qi4kthraqql7 https://jav.guru/searcho/?hr=7169346b7468726171716c37   embed 2026-08-30 14:10:00 2026-08-30 14:10:00 javguru https://vide0.net/e/qi4kthraqql7
2360 v_jyxep javguru https://jav.guru/784748/scop-886-the-beautiful-caregiver-who-came-to-help-turns-out-to-be-a-former-student-i-once-took-care-of-after-being-thoroughly-wiped-down-i-couldnt-help-but-get-hard-leading-to-an-unbelievable/ https://maxstream.org/embed-td5ncz6wr8uu.html https://jav.guru/searcho/?or=656d6265642d7464356e637a3677723875752e68746d6c   embed 2026-08-30 14:10:00 2026-08-30 14:10:00 javguru https://maxstream.org/embed-td5ncz6wr8uu.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 5.192ms