home / media

streams

6 rows where v_uid = "v_vbvut"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2271 v_vbvut javguru https://jav.guru/785270/hunta-992-oh-no-i-cant-take-it-anymore-please-stop-im-going-to-break-while-my-brother-is-on-a-business-trip-his-frustrated-wife-becomes-captivated-by-my-cock-she-goes-wild-with-intense-rid/ https://javclan.com/e/g2np1e7h7blz https://jav.guru/searcho/?xr=67326e703165376837626c7a   embed 2026-08-30 14:09:23 2026-08-30 14:09:23 javguru https://javclan.com/e/g2np1e7h7blz
2272 v_vbvut javguru https://jav.guru/785270/hunta-992-oh-no-i-cant-take-it-anymore-please-stop-im-going-to-break-while-my-brother-is-on-a-business-trip-his-frustrated-wife-becomes-captivated-by-my-cock-she-goes-wild-with-intense-rid/ https://turbovidhls.com/t/68eaa3469857a https://jav.guru/searcho/?ur=36386561613334363938353761   embed 2026-08-30 14:09:23 2026-08-30 14:09:23 javguru https://turbovidhls.com/t/68eaa3469857a
2273 v_vbvut javguru https://jav.guru/785270/hunta-992-oh-no-i-cant-take-it-anymore-please-stop-im-going-to-break-while-my-brother-is-on-a-business-trip-his-frustrated-wife-becomes-captivated-by-my-cock-she-goes-wild-with-intense-rid/ https://tracylocalschool.com/e/1bqptcrsxl6v https://jav.guru/searcho/?tr=3162717074637273786c3676   embed 2026-08-30 14:09:23 2026-08-30 14:09:23 javguru https://tracylocalschool.com/e/1bqptcrsxl6v
2274 v_vbvut javguru https://jav.guru/785270/hunta-992-oh-no-i-cant-take-it-anymore-please-stop-im-going-to-break-while-my-brother-is-on-a-business-trip-his-frustrated-wife-becomes-captivated-by-my-cock-she-goes-wild-with-intense-rid/ https://streamhihi.com/e/v0vy7h5a0of0 https://jav.guru/searcho/?er=652f7630767937683561306f6630   embed 2026-08-30 14:09:23 2026-08-30 14:09:23 javguru https://streamhihi.com/e/v0vy7h5a0of0
2275 v_vbvut javguru https://jav.guru/785270/hunta-992-oh-no-i-cant-take-it-anymore-please-stop-im-going-to-break-while-my-brother-is-on-a-business-trip-his-frustrated-wife-becomes-captivated-by-my-cock-she-goes-wild-with-intense-rid/ https://vide0.net/e/sy0zc5vi25qo https://jav.guru/searcho/?hr=7379307a633576693235716f   embed 2026-08-30 14:09:23 2026-08-30 14:09:23 javguru https://vide0.net/e/sy0zc5vi25qo
2276 v_vbvut javguru https://jav.guru/785270/hunta-992-oh-no-i-cant-take-it-anymore-please-stop-im-going-to-break-while-my-brother-is-on-a-business-trip-his-frustrated-wife-becomes-captivated-by-my-cock-she-goes-wild-with-intense-rid/ https://maxstream.org/embed-3l6vqa3og23g.html https://jav.guru/searcho/?or=656d6265642d336c36767161336f673233672e68746d6c   embed 2026-08-30 14:09:23 2026-08-30 14:09:23 javguru https://maxstream.org/embed-3l6vqa3og23g.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.392ms