home / media

streams

6 rows where v_uid = "v_ctmr7"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
1648 v_ctmr7 javguru https://jav.guru/785476/mmmb-157-i-can-never-tell-my-husband-my-ugly-insatiable-father-in-law-made-me-climax-and-got-me-pregnant-multiple/ https://javclan.com/e/g5idcggpy73v https://jav.guru/searcho/?xr=673569646367677079373376   embed 2026-08-30 14:04:04 2026-08-30 14:04:04 javguru https://javclan.com/e/g5idcggpy73v
1649 v_ctmr7 javguru https://jav.guru/785476/mmmb-157-i-can-never-tell-my-husband-my-ugly-insatiable-father-in-law-made-me-climax-and-got-me-pregnant-multiple/ https://turbovidhls.com/t/68ebff3db3d59 https://jav.guru/searcho/?ur=36386562666633646233643539   embed 2026-08-30 14:04:04 2026-08-30 14:04:04 javguru https://turbovidhls.com/t/68ebff3db3d59
1650 v_ctmr7 javguru https://jav.guru/785476/mmmb-157-i-can-never-tell-my-husband-my-ugly-insatiable-father-in-law-made-me-climax-and-got-me-pregnant-multiple/ https://tracylocalschool.com/e/20cfpipqoisf https://jav.guru/searcho/?tr=32306366706970716f697366   embed 2026-08-30 14:04:04 2026-08-30 14:04:04 javguru https://tracylocalschool.com/e/20cfpipqoisf
1651 v_ctmr7 javguru https://jav.guru/785476/mmmb-157-i-can-never-tell-my-husband-my-ugly-insatiable-father-in-law-made-me-climax-and-got-me-pregnant-multiple/ https://streamhihi.com/e/nk1djj4vvog1 https://jav.guru/searcho/?er=652f6e6b31646a6a3476766f6731   embed 2026-08-30 14:04:04 2026-08-30 14:04:04 javguru https://streamhihi.com/e/nk1djj4vvog1
1652 v_ctmr7 javguru https://jav.guru/785476/mmmb-157-i-can-never-tell-my-husband-my-ugly-insatiable-father-in-law-made-me-climax-and-got-me-pregnant-multiple/ https://vide0.net/e/ahshdatqhrff https://jav.guru/searcho/?hr=616873686461747168726666   embed 2026-08-30 14:04:04 2026-08-30 14:04:04 javguru https://vide0.net/e/ahshdatqhrff
1653 v_ctmr7 javguru https://jav.guru/785476/mmmb-157-i-can-never-tell-my-husband-my-ugly-insatiable-father-in-law-made-me-climax-and-got-me-pregnant-multiple/ https://maxstream.org/embed-vuopz13prxcv.html https://jav.guru/searcho/?or=656d6265642d76756f707a313370727863762e68746d6c   embed 2026-08-30 14:04:04 2026-08-30 14:04:04 javguru https://maxstream.org/embed-vuopz13prxcv.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.517ms