1.1.2 • Published 4 years ago

hlsdownloader-cli v1.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

HLSDownloader CLI (hlsdl)

Greenkeeper badge version coding style: standard dependencies devDependencies Downloads Travis branch semantic-release

HLS Downloader is under active development. Please send your thoughts, feature request and pull request

Installation

[sudo] npm install -g hlsdownloader-cli
# or
[sudo] yarn global add hlsdownloader-cli

Usage

Usage: hlsdl <url> [options]

Options:
  -d, --destination      path to directory (default: current directory)
  -h, --help             Show help
  -v, --version          Show version number [boolean]

Examples:
  hlsdl http://path/to/playlist.m3u8 --destination /path/to/download
  hlsdl http://path/to/playlist.m3u8 -d /path/to/download
  hlsdl http://path/to/playlist.m3u8 -d /path/to/download --headers '{"X-Powered-By": "Yay!!"}'

Passing request-promise parameters

You can pass any request-promise parameter as flag that are supported by HLSDownloader package

I will be grateful if you all help me to improve this package by giving your suggestions, feature request and pull requests. I am all ears!!

1.1.2

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago

1.0.0-alpha.1

6 years ago