home / media

streams

6 rows where v_uid = "v_bx1jj"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2116 v_bx1jj javguru https://jav.guru/785305/hunta-812-please-stop-it-im-going-to-go-crazy-women-who-cant-truly-love-a-man-they-hate-end-up-craving-him-after-experiencing-humiliating-intense-pleasure-from-his-relentless-thrusting/ https://javclan.com/e/ld1nsq4v6818 https://jav.guru/searcho/?xr=6c64316e7371347636383138   embed 2026-08-30 14:08:07 2026-08-30 14:08:07 javguru https://javclan.com/e/ld1nsq4v6818
2117 v_bx1jj javguru https://jav.guru/785305/hunta-812-please-stop-it-im-going-to-go-crazy-women-who-cant-truly-love-a-man-they-hate-end-up-craving-him-after-experiencing-humiliating-intense-pleasure-from-his-relentless-thrusting/ https://turbovidhls.com/t/68ea95a0c8724 https://jav.guru/searcho/?ur=36386561393561306338373234   embed 2026-08-30 14:08:07 2026-08-30 14:08:07 javguru https://turbovidhls.com/t/68ea95a0c8724
2118 v_bx1jj javguru https://jav.guru/785305/hunta-812-please-stop-it-im-going-to-go-crazy-women-who-cant-truly-love-a-man-they-hate-end-up-craving-him-after-experiencing-humiliating-intense-pleasure-from-his-relentless-thrusting/ https://tracylocalschool.com/e/gh7vctm5poqm https://jav.guru/searcho/?tr=6768377663746d35706f716d   embed 2026-08-30 14:08:07 2026-08-30 14:08:07 javguru https://tracylocalschool.com/e/gh7vctm5poqm
2119 v_bx1jj javguru https://jav.guru/785305/hunta-812-please-stop-it-im-going-to-go-crazy-women-who-cant-truly-love-a-man-they-hate-end-up-craving-him-after-experiencing-humiliating-intense-pleasure-from-his-relentless-thrusting/ https://streamhihi.com/e/t5cn60pdq6r0 https://jav.guru/searcho/?er=652f7435636e3630706471367230   embed 2026-08-30 14:08:07 2026-08-30 14:08:07 javguru https://streamhihi.com/e/t5cn60pdq6r0
2120 v_bx1jj javguru https://jav.guru/785305/hunta-812-please-stop-it-im-going-to-go-crazy-women-who-cant-truly-love-a-man-they-hate-end-up-craving-him-after-experiencing-humiliating-intense-pleasure-from-his-relentless-thrusting/ https://vide0.net/e/no0i9zdumwce https://jav.guru/searcho/?hr=6e6f3069397a64756d776365   embed 2026-08-30 14:08:07 2026-08-30 14:08:07 javguru https://vide0.net/e/no0i9zdumwce
2121 v_bx1jj javguru https://jav.guru/785305/hunta-812-please-stop-it-im-going-to-go-crazy-women-who-cant-truly-love-a-man-they-hate-end-up-craving-him-after-experiencing-humiliating-intense-pleasure-from-his-relentless-thrusting/ https://maxstream.org/embed-drmksigwhcd8.html https://jav.guru/searcho/?or=656d6265642d64726d6b73696777686364382e68746d6c   embed 2026-08-30 14:08:07 2026-08-30 14:08:07 javguru https://maxstream.org/embed-drmksigwhcd8.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.833ms