Skip to content

Atoppos/M3U8Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

M3U8 Downloader


  • Support unencrypted downloads
  • Support decryption AES-128
  • Progress bar display
  • Multithreading,Default 20 threads
  • Retry on error

Usage


usage: main.py [-h] [--url URL] [--proxy PROXY] [--output OUTPUT]  

m3u8 Downloader

options:
  -h, --help       show this help message and exit
  --url URL        URL of the m3u8 file to download
  --proxy PROXY    Proxy server address (optional)
  --output OUTPUT  Output directory for downloaded files (optional)

python main.py --url http://xxxx/index.m3u8

Releases

No releases published

Packages

No packages published

Languages