home / media

streams

6 rows where v_uid = "v_y7xt3"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2793 v_y7xt3 javguru https://jav.guru/784813/ghz-040-carefully-selected-the-best-selection-of-beautiful-married-women-being-picked-up-for-secret-sexual-encounters-with-their-husbands-in-vol-13/ https://javclan.com/e/2fszrox2hujx https://jav.guru/searcho/?xr=3266737a726f783268756a78   embed 2026-08-30 14:13:24 2026-08-30 14:13:24 javguru https://javclan.com/e/2fszrox2hujx
2794 v_y7xt3 javguru https://jav.guru/784813/ghz-040-carefully-selected-the-best-selection-of-beautiful-married-women-being-picked-up-for-secret-sexual-encounters-with-their-husbands-in-vol-13/ https://turbovidhls.com/t/68e9569f4740c https://jav.guru/searcho/?ur=36386539353639663437343063   embed 2026-08-30 14:13:24 2026-08-30 14:13:24 javguru https://turbovidhls.com/t/68e9569f4740c
2795 v_y7xt3 javguru https://jav.guru/784813/ghz-040-carefully-selected-the-best-selection-of-beautiful-married-women-being-picked-up-for-secret-sexual-encounters-with-their-husbands-in-vol-13/ https://tracylocalschool.com/e/udso4trplod2 https://jav.guru/searcho/?tr=7564736f347472706c6f6432   embed 2026-08-30 14:13:24 2026-08-30 14:13:24 javguru https://tracylocalschool.com/e/udso4trplod2
2796 v_y7xt3 javguru https://jav.guru/784813/ghz-040-carefully-selected-the-best-selection-of-beautiful-married-women-being-picked-up-for-secret-sexual-encounters-with-their-husbands-in-vol-13/ https://streamhihi.com/e/v963m7uaxdd7 https://jav.guru/searcho/?er=652f763936336d37756178646437   embed 2026-08-30 14:13:24 2026-08-30 14:13:24 javguru https://streamhihi.com/e/v963m7uaxdd7
2797 v_y7xt3 javguru https://jav.guru/784813/ghz-040-carefully-selected-the-best-selection-of-beautiful-married-women-being-picked-up-for-secret-sexual-encounters-with-their-husbands-in-vol-13/ https://vide0.net/e/ox0x4euidomt https://jav.guru/searcho/?hr=6f78307834657569646f6d74   embed 2026-08-30 14:13:24 2026-08-30 14:13:24 javguru https://vide0.net/e/ox0x4euidomt
2798 v_y7xt3 javguru https://jav.guru/784813/ghz-040-carefully-selected-the-best-selection-of-beautiful-married-women-being-picked-up-for-secret-sexual-encounters-with-their-husbands-in-vol-13/ https://maxstream.org/embed-gedb991mvb0c.html https://jav.guru/searcho/?or=656d6265642d676564623939316d766230632e68746d6c   embed 2026-08-30 14:13:24 2026-08-30 14:13:24 javguru https://maxstream.org/embed-gedb991mvb0c.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.333ms