This is a fork of the original repo tuhinpal/hls-downloader with some modifications.
I noticed that there were fewer browser-based tools available for downloading video streams that use the HTTP Live Streaming (HLS) protocol, so I saw an opportunity to fill this gap and set out to create a website that would allow users to easily download HLS streams for offline viewing or archival purposes inside from their browser and purely client side.
Try it now from here. Please note it only supports these browsers.
- Support DASH Protocol
- Vite as build tool.
- React as frontend framework.
- ffmpeg.wasm to stich segments together.