Skip to content

mocukie/node-hls-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HLS-DL

A simple cli hls downlodader that download all segments in memory, and then remux to mp4 with ffmpeg (if found).

Usage:
    hls-dl [options] <URL> -o /path/to/output

Options:  
    -o, --output <path>                 Set the output path   without file extension.
    -j, --max-concurrent-downloads [n]  Set the maximum number of parallel downloads. (default: 8)
    --add-header [FIELD:VALUE]          Add a custom HTTP header, you can use this option multiple times. (default: [])
    -V, --version                       output the version number
    -h, --help

About

A simple cli hls downlodader.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published