Recursive HTTP Live Streaming Downloader!
Download and install the latest hlsdownload.phar (see releases page for details):
$ wget "https://github.com/Ejz/HLSDownload/releases/download/v1.4.3/hlsdownload.phar"
$ chmod +x hlsdownload.phar
$ sudo mv hlsdownload.phar /usr/local/bin/hlsdownloadTest it:
$ hlsdownload "http://content.jwplatform.com/manifests/nJEIV3eJ.m3u8"PHP 5.6 or above (with cURL library installed).
- The
-doption sets target directory - The
-Foption allows you to select streams from master manifest - The
--limit-ratelimits download speed - The
--no-decryptturns off decryption (is turned on by default)
Download stream with highest bitrate:
$ hlsdownload -F Bandwidth=MAX "http://content.jwplatform.com/manifests/nJEIV3eJ.m3u8"Save to /tmp and limit connection speed:
$ hlsdownload -d /tmp --limit-rate 100k "http://content.jwplatform.com/manifests/nJEIV3eJ.m3u8"HLSDownload is licensed under the WTFPL License (see LICENSE).