home / media

streams

6 rows where v_uid = "v_uclrv"

This data as json, CSV (advanced)

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

id ▼ v_uid source sourceUrl embedUrl proxyUrl directLink kind addedAt updatedAt dedupe
2607 v_uclrv javguru https://jav.guru/784782/madv-605-dont-say-it-while-my-wife-is-away-my-active-college-student-sister-in-law-comes-over-unable-to-resist-her-defenseless-body-i-ended-up-cumming-inside-her-multiple-times/ https://javclan.com/e/jlgjyy06i8q9 https://jav.guru/searcho/?xr=6a6c676a7979303669387139   embed 2026-08-30 14:11:55 2026-08-30 14:11:55 javguru https://javclan.com/e/jlgjyy06i8q9
2608 v_uclrv javguru https://jav.guru/784782/madv-605-dont-say-it-while-my-wife-is-away-my-active-college-student-sister-in-law-comes-over-unable-to-resist-her-defenseless-body-i-ended-up-cumming-inside-her-multiple-times/ https://turbovidhls.com/t/68e962107cf17 https://jav.guru/searcho/?ur=36386539363231303763663137   embed 2026-08-30 14:11:55 2026-08-30 14:11:55 javguru https://turbovidhls.com/t/68e962107cf17
2609 v_uclrv javguru https://jav.guru/784782/madv-605-dont-say-it-while-my-wife-is-away-my-active-college-student-sister-in-law-comes-over-unable-to-resist-her-defenseless-body-i-ended-up-cumming-inside-her-multiple-times/ https://tracylocalschool.com/e/nb2yj59gjkyz https://jav.guru/searcho/?tr=6e6232796a3539676a6b797a   embed 2026-08-30 14:11:55 2026-08-30 14:11:55 javguru https://tracylocalschool.com/e/nb2yj59gjkyz
2610 v_uclrv javguru https://jav.guru/784782/madv-605-dont-say-it-while-my-wife-is-away-my-active-college-student-sister-in-law-comes-over-unable-to-resist-her-defenseless-body-i-ended-up-cumming-inside-her-multiple-times/ https://streamhihi.com/e/obxt48h1b2m8 https://jav.guru/searcho/?er=652f6f6278743438683162326d38   embed 2026-08-30 14:11:55 2026-08-30 14:11:55 javguru https://streamhihi.com/e/obxt48h1b2m8
2611 v_uclrv javguru https://jav.guru/784782/madv-605-dont-say-it-while-my-wife-is-away-my-active-college-student-sister-in-law-comes-over-unable-to-resist-her-defenseless-body-i-ended-up-cumming-inside-her-multiple-times/ https://vide0.net/e/7z67bfm7v9cu https://jav.guru/searcho/?hr=377a363762666d3776396375   embed 2026-08-30 14:11:55 2026-08-30 14:11:55 javguru https://vide0.net/e/7z67bfm7v9cu
2612 v_uclrv javguru https://jav.guru/784782/madv-605-dont-say-it-while-my-wife-is-away-my-active-college-student-sister-in-law-comes-over-unable-to-resist-her-defenseless-body-i-ended-up-cumming-inside-her-multiple-times/ https://maxstream.org/embed-nvwmlqwotg2s.html https://jav.guru/searcho/?or=656d6265642d6e76776d6c71776f746732732e68746d6c   embed 2026-08-30 14:11:55 2026-08-30 14:11:55 javguru https://maxstream.org/embed-nvwmlqwotg2s.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.175ms