home / media

streams

6 rows where v_uid = "v_cvnhf"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2349 v_cvnhf javguru https://jav.guru/784837/bank-220-a-submissive-beautiful-wife-trained-by-her-husband-to-ask-for-permission-before-climaxing-sensitive-body-rui-31-years-old/ https://javclan.com/e/qd866e2cbieg https://jav.guru/searcho/?xr=716438363665326362696567   embed 2026-08-30 14:09:58 2026-08-30 14:09:58 javguru https://javclan.com/e/qd866e2cbieg
2350 v_cvnhf javguru https://jav.guru/784837/bank-220-a-submissive-beautiful-wife-trained-by-her-husband-to-ask-for-permission-before-climaxing-sensitive-body-rui-31-years-old/ https://turbovidhls.com/t/68e950a99f32d https://jav.guru/searcho/?ur=36386539353061393966333264   embed 2026-08-30 14:09:58 2026-08-30 14:09:58 javguru https://turbovidhls.com/t/68e950a99f32d
2351 v_cvnhf javguru https://jav.guru/784837/bank-220-a-submissive-beautiful-wife-trained-by-her-husband-to-ask-for-permission-before-climaxing-sensitive-body-rui-31-years-old/ https://tracylocalschool.com/e/jjvrgtsziaca https://jav.guru/searcho/?tr=6a6a76726774737a69616361   embed 2026-08-30 14:09:58 2026-08-30 14:09:58 javguru https://tracylocalschool.com/e/jjvrgtsziaca
2352 v_cvnhf javguru https://jav.guru/784837/bank-220-a-submissive-beautiful-wife-trained-by-her-husband-to-ask-for-permission-before-climaxing-sensitive-body-rui-31-years-old/ https://streamhihi.com/e/j731add2nk07 https://jav.guru/searcho/?er=652f6a373331616464326e6b3037   embed 2026-08-30 14:09:58 2026-08-30 14:09:58 javguru https://streamhihi.com/e/j731add2nk07
2353 v_cvnhf javguru https://jav.guru/784837/bank-220-a-submissive-beautiful-wife-trained-by-her-husband-to-ask-for-permission-before-climaxing-sensitive-body-rui-31-years-old/ https://vide0.net/e/wy6l5pcl9c3g https://jav.guru/searcho/?hr=7779366c3570636c39633367   embed 2026-08-30 14:09:58 2026-08-30 14:09:58 javguru https://vide0.net/e/wy6l5pcl9c3g
2354 v_cvnhf javguru https://jav.guru/784837/bank-220-a-submissive-beautiful-wife-trained-by-her-husband-to-ask-for-permission-before-climaxing-sensitive-body-rui-31-years-old/ https://maxstream.org/embed-ueus5xqd4es2.html https://jav.guru/searcho/?or=656d6265642d7565757335787164346573322e68746d6c   embed 2026-08-30 14:09:58 2026-08-30 14:09:58 javguru https://maxstream.org/embed-ueus5xqd4es2.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 4.017ms