Downloader m3u8 files from URL. Downloader has 2 mode: gui
and cli
. For more information run m3u8-downloader help
- Go get:
go install -v github.com/kuznetsovin/m3u8-downloader@latest
- Install from source:
git clone https://github.com/kuznetsovin/m3u8-downloader.git
cd m3u8-downloader
make
Run gui version:
./m3u8-downloader gui
Run cli version:
./m3u8-downloader cli [url] [output_file]
For more information run m3u8-downloader help