easydl-cli
v1.0.0
Published
CLI interface for EasyDL: the downloader package that supports automatic resume and parallel downloads.
Downloads
7
Maintainers
Readme
EasyDl-cli
A CLI wrapper for EasyDl
Features
- Resumable download. Stop the download with
CTRL+C
, and resume it later by running the samedl
command in the same directory. - Faster download speed with parallel connections
Installation
npm i -g easydl-cli
Usage
_____ ____ _
| ____|__ _ ___ _ _| _ \| |
| _| / _` / __| | | | | | | |
| |__| (_| \__ \ |_| | |_| | |___
|_____\__,_|___/\__, |____/|_____|
|___/
Usage: dl url [destination file/folder] [options]
Easily download files with built-in support for resume and parallel downloads.
Options:
-V, --version output the version number
--chunk-size <number> Chunk size in bytes
-c, --connections <number> Number of parallel connections
-C, --clean [location] Clean the given directory from chunk files. Defaults to active directory
-h, --help display help for command