Skip to content

kuznetsovin/m3u8-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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