home / media

streams

6 rows where v_uid = "v_vaz8p"

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
782 v_vaz8p javguru https://jav.guru/1025850/sora-644-my-bullies-take-over-my-house-and-squat-there-raping-me-for-a-week-the-sister-who-came-to-help-gets-brutally-gangbanged-in-my-place-with-vicious-deepthroating-and-skewering-in-a-four-way-o/ https://javclan.com/e/xsexxxmf17h6 https://jav.guru/searcho/?xr=7873657878786d6631376836   embed 2026-08-30 09:56:54 2026-08-30 09:56:54 javguru https://javclan.com/e/xsexxxmf17h6
783 v_vaz8p javguru https://jav.guru/1025850/sora-644-my-bullies-take-over-my-house-and-squat-there-raping-me-for-a-week-the-sister-who-came-to-help-gets-brutally-gangbanged-in-my-place-with-vicious-deepthroating-and-skewering-in-a-four-way-o/ https://turbovidhls.com/t/6a6cfaf35f370 https://jav.guru/searcho/?ur=36613663666166333566333730 https://cdn3.turboviplay.com/data1/6a6cfaf35f370/6a6cfaf35f370.m3u8 m3u8 2026-08-30 09:56:54 2026-08-30 09:56:54 javguru https://turbovidhls.com/t/6a6cfaf35f370
784 v_vaz8p javguru https://jav.guru/1025850/sora-644-my-bullies-take-over-my-house-and-squat-there-raping-me-for-a-week-the-sister-who-came-to-help-gets-brutally-gangbanged-in-my-place-with-vicious-deepthroating-and-skewering-in-a-four-way-o/ https://tracylocalschool.com/e/yczsczrng0gj https://jav.guru/searcho/?tr=79637a73637a726e6730676a   embed 2026-08-30 09:56:54 2026-08-30 09:56:54 javguru https://tracylocalschool.com/e/yczsczrng0gj
785 v_vaz8p javguru https://jav.guru/1025850/sora-644-my-bullies-take-over-my-house-and-squat-there-raping-me-for-a-week-the-sister-who-came-to-help-gets-brutally-gangbanged-in-my-place-with-vicious-deepthroating-and-skewering-in-a-four-way-o/ https://vidara.to/e/ewAyyHYenjHh0 https://jav.guru/searcho/?cr=65774179794859656e6a486830   embed 2026-08-30 09:56:54 2026-08-30 09:56:54 javguru https://vidara.to/e/ewAyyHYenjHh0
786 v_vaz8p javguru https://jav.guru/1025850/sora-644-my-bullies-take-over-my-house-and-squat-there-raping-me-for-a-week-the-sister-who-came-to-help-gets-brutally-gangbanged-in-my-place-with-vicious-deepthroating-and-skewering-in-a-four-way-o/ https://vide0.net/e/odloyskbbr10 https://jav.guru/searcho/?hr=6f646c6f79736b6262723130   embed 2026-08-30 09:56:54 2026-08-30 09:56:54 javguru https://vide0.net/e/odloyskbbr10
787 v_vaz8p javguru https://jav.guru/1025850/sora-644-my-bullies-take-over-my-house-and-squat-there-raping-me-for-a-week-the-sister-who-came-to-help-gets-brutally-gangbanged-in-my-place-with-vicious-deepthroating-and-skewering-in-a-four-way-o/ https://maxstream.org/embed-9ljziit13yki.html https://jav.guru/searcho/?or=656d6265642d396c6a7a6969743133796b692e68746d6c   embed 2026-08-30 09:56:54 2026-08-30 09:56:54 javguru https://maxstream.org/embed-9ljziit13yki.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.131ms