Skip to content

An asynchronous terminal-based hls video stream (m3u8) downloader & combiner, with AES-128 decryption support.

License

Notifications You must be signed in to change notification settings

SoulMelody/hls-get

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hls-get

An asynchronous terminal-based hls(HTTP Live Streaming) VoD video stream (m3u8) downloader & simple combiner, with AES-128 decryption support.

License: GNU General Public License v3

Usage

hls-get [OPTIONS] LINKS...

Download m3u8 links (like "http://www.example.domain/path/to/index.m3u8#Save name" etc.) asynchronously, and merge into mp4 files.
Options:
-P, --path TEXT
 Save path
-N, --names TEXT
 Save name
-C, --coros INTEGER
 Max coroutines
-H, --headers TEXT
 Headers parameters like curl's
-X, --timeout INTEGER
 timeout in seconds
-c, --clean-up Clean up the cache directory when completed
--verify Verify certificate
-D, --delay INTEGER
 delay seconds before retrying
-R, --retry-times INTEGER
 Max retry times
--help Show this message and exit.

About

An asynchronous terminal-based hls video stream (m3u8) downloader & combiner, with AES-128 decryption support.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages