home / media

streams

6 rows where v_uid = "v_880jb"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2691 v_880jb javguru https://jav.guru/784835/basj-029-the-devoted-daughter-who-offers-a-young-man-to-her-mother-whose-sexual-desires-have-peaked-is-out-searching-for-another-man/ https://javclan.com/e/ggqg0aqxoatn https://jav.guru/searcho/?xr=67677167306171786f61746e   embed 2026-08-30 14:12:32 2026-08-30 14:12:32 javguru https://javclan.com/e/ggqg0aqxoatn
2692 v_880jb javguru https://jav.guru/784835/basj-029-the-devoted-daughter-who-offers-a-young-man-to-her-mother-whose-sexual-desires-have-peaked-is-out-searching-for-another-man/ https://turbovidhls.com/t/68e9511493a92 https://jav.guru/searcho/?ur=36386539353131343933613932   embed 2026-08-30 14:12:32 2026-08-30 14:12:32 javguru https://turbovidhls.com/t/68e9511493a92
2693 v_880jb javguru https://jav.guru/784835/basj-029-the-devoted-daughter-who-offers-a-young-man-to-her-mother-whose-sexual-desires-have-peaked-is-out-searching-for-another-man/ https://tracylocalschool.com/e/d0vwex22rsat https://jav.guru/searcho/?tr=643076776578323272736174   embed 2026-08-30 14:12:32 2026-08-30 14:12:32 javguru https://tracylocalschool.com/e/d0vwex22rsat
2694 v_880jb javguru https://jav.guru/784835/basj-029-the-devoted-daughter-who-offers-a-young-man-to-her-mother-whose-sexual-desires-have-peaked-is-out-searching-for-another-man/ https://streamhihi.com/e/60g57gyglnwz https://jav.guru/searcho/?er=652f36306735376779676c6e777a   embed 2026-08-30 14:12:32 2026-08-30 14:12:32 javguru https://streamhihi.com/e/60g57gyglnwz
2695 v_880jb javguru https://jav.guru/784835/basj-029-the-devoted-daughter-who-offers-a-young-man-to-her-mother-whose-sexual-desires-have-peaked-is-out-searching-for-another-man/ https://vide0.net/e/uyunk1ewipca https://jav.guru/searcho/?hr=7579756e6b31657769706361   embed 2026-08-30 14:12:32 2026-08-30 14:12:32 javguru https://vide0.net/e/uyunk1ewipca
2696 v_880jb javguru https://jav.guru/784835/basj-029-the-devoted-daughter-who-offers-a-young-man-to-her-mother-whose-sexual-desires-have-peaked-is-out-searching-for-another-man/ https://maxstream.org/embed-o227qdnlkx0l.html https://jav.guru/searcho/?or=656d6265642d6f32323771646e6c6b78306c2e68746d6c   embed 2026-08-30 14:12:32 2026-08-30 14:12:32 javguru https://maxstream.org/embed-o227qdnlkx0l.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.999ms