home / media

streams

6 rows where v_uid = "v_09wnd"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2140 v_09wnd javguru https://jav.guru/785254/jufd-098-i-want-to-be-loved-by-you-anyway-a-young-wife-being-trained-to-fit-her-perverted-husbands-sexual-preferences-sana/ https://javclan.com/e/r89w02i9tdnu https://jav.guru/searcho/?xr=723839773032693974646e75   embed 2026-08-30 14:08:21 2026-08-30 14:08:21 javguru https://javclan.com/e/r89w02i9tdnu
2141 v_09wnd javguru https://jav.guru/785254/jufd-098-i-want-to-be-loved-by-you-anyway-a-young-wife-being-trained-to-fit-her-perverted-husbands-sexual-preferences-sana/ https://turbovidhls.com/t/68eaa9ce7b373 https://jav.guru/searcho/?ur=36386561613963653762333733   embed 2026-08-30 14:08:21 2026-08-30 14:08:21 javguru https://turbovidhls.com/t/68eaa9ce7b373
2142 v_09wnd javguru https://jav.guru/785254/jufd-098-i-want-to-be-loved-by-you-anyway-a-young-wife-being-trained-to-fit-her-perverted-husbands-sexual-preferences-sana/ https://tracylocalschool.com/e/bvraxont07ye https://jav.guru/searcho/?tr=62767261786f6e7430377965   embed 2026-08-30 14:08:21 2026-08-30 14:08:21 javguru https://tracylocalschool.com/e/bvraxont07ye
2143 v_09wnd javguru https://jav.guru/785254/jufd-098-i-want-to-be-loved-by-you-anyway-a-young-wife-being-trained-to-fit-her-perverted-husbands-sexual-preferences-sana/ https://streamhihi.com/e/1gnvqf59pp4x https://jav.guru/searcho/?er=652f31676e767166353970703478   embed 2026-08-30 14:08:21 2026-08-30 14:08:21 javguru https://streamhihi.com/e/1gnvqf59pp4x
2144 v_09wnd javguru https://jav.guru/785254/jufd-098-i-want-to-be-loved-by-you-anyway-a-young-wife-being-trained-to-fit-her-perverted-husbands-sexual-preferences-sana/ https://vide0.net/e/iggcuqloqtaj https://jav.guru/searcho/?hr=6967676375716c6f7174616a   embed 2026-08-30 14:08:21 2026-08-30 14:08:21 javguru https://vide0.net/e/iggcuqloqtaj
2145 v_09wnd javguru https://jav.guru/785254/jufd-098-i-want-to-be-loved-by-you-anyway-a-young-wife-being-trained-to-fit-her-perverted-husbands-sexual-preferences-sana/ https://maxstream.org/embed-lumf80bxcu59.html https://jav.guru/searcho/?or=656d6265642d6c756d6638306278637535392e68746d6c   embed 2026-08-30 14:08:21 2026-08-30 14:08:21 javguru https://maxstream.org/embed-lumf80bxcu59.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 2.893ms