Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 550 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 550 Bytes

m3u8-downloader

Downloader m3u8 files from URL. Downloader has 2 mode: gui and cli. For more information run m3u8-downloader help

Install

  1. Go get:
go install -v github.com/kuznetsovin/m3u8-downloader@latest
  1. Install from source:
git clone https://github.com/kuznetsovin/m3u8-downloader.git
cd m3u8-downloader
make

How to use

Run gui version:

./m3u8-downloader gui 

Run cli version:

./m3u8-downloader cli [url] [output_file] 

For more information run m3u8-downloader help