- Notifications
You must be signed in to change notification settings - Fork13
An asynchronous terminal-based hls video stream (m3u8) downloader & combiner, with AES-128 decryption support.
License
NotificationsYou must be signed in to change notification settings
SoulMelody/hls-get
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
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,--pathTEXT Save path -N,--namesTEXT Save name -C,--corosINTEGER Max coroutines -H,--headersTEXT Headers parameters like curl's -X,--timeoutINTEGER timeout in seconds -c,--clean-up Clean up the cache directory when completed --verify Verify certificate -D,--delayINTEGER delay seconds before retrying -R,--retry-timesINTEGER Max retry times --help Show this message and exit.