home / media

streams

5 rows where v_uid = "v_1je8y"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
7801 v_1je8y javguru https://jav.guru/1044226/hodv-22108-extreme-thick-cock-brutally-inserted-into-a-married-womans-anus-over-4-5-hours/ https://javclan.com/e/sr6vx0qc0qhc https://jav.guru/searcho/?xr=737236767830716330716863   embed 2026-08-30 15:07:14 2026-08-30 15:07:14 javguru https://javclan.com/e/sr6vx0qc0qhc
7802 v_1je8y javguru https://jav.guru/1044226/hodv-22108-extreme-thick-cock-brutally-inserted-into-a-married-womans-anus-over-4-5-hours/ https://turbovidhls.com/t/6a9209d095436 https://jav.guru/searcho/?ur=36613932303964303935343336   embed 2026-08-30 15:07:14 2026-08-30 15:07:14 javguru https://turbovidhls.com/t/6a9209d095436
7803 v_1je8y javguru https://jav.guru/1044226/hodv-22108-extreme-thick-cock-brutally-inserted-into-a-married-womans-anus-over-4-5-hours/ https://tracylocalschool.com/e/wwkxzbytu8e0 https://jav.guru/searcho/?tr=77776b787a62797475386530   embed 2026-08-30 15:07:14 2026-08-30 15:07:14 javguru https://tracylocalschool.com/e/wwkxzbytu8e0
7804 v_1je8y javguru https://jav.guru/1044226/hodv-22108-extreme-thick-cock-brutally-inserted-into-a-married-womans-anus-over-4-5-hours/ https://vide0.net/e/997twnus3ux4 https://jav.guru/searcho/?hr=39393774776e757333757834   embed 2026-08-30 15:07:14 2026-08-30 15:07:14 javguru https://vide0.net/e/997twnus3ux4
7805 v_1je8y javguru https://jav.guru/1044226/hodv-22108-extreme-thick-cock-brutally-inserted-into-a-married-womans-anus-over-4-5-hours/ https://maxstream.org/embed-c694yvpqrncg.html https://jav.guru/searcho/?or=656d6265642d6336393479767071726e63672e68746d6c   embed 2026-08-30 15:07:14 2026-08-30 15:07:14 javguru https://maxstream.org/embed-c694yvpqrncg.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.813ms