Stream Video Downloader
Paste any stream.new video URL. We locate a verified media file so you can preview it and save it locally.
How it works
6 strategiesstream.new publishes no download API, so the resolver runs a waterfall of independent extraction strategies and returns the first one that finds a verified media file. If a stream.new UI change breaks one strategy, the rest still run.
- 01
Progressive MP4 detection
Finds explicit MP4 URLs and byte-range verifies progressive CDN renditions before HLS fallback.
- 02
Open Graph meta tags
Reads og:video / twitter:player meta tags from the page head.
- 03
HTML <video> / JSON-LD parsing
Parses server-rendered <video>, <source>, data-* attributes and JSON-LD VideoObject blocks.
- 04
Embedded JSON hydration config
Walks __NEXT_DATA__, RSC flight chunks and inline JSON config objects looking for media URLs.
- 05
HLS master playlist expansion
Finds an .m3u8 playlist referenced by the page and expands its quality variants.
- 06
Headless browser fallback
Renders the page in Chromium, records media network requests and reads <video>.currentSrc.