0.1.3 • Published 5 years ago

bdownload v0.1.3

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

#bdownload

A batch downloader cli made in Node

##Features 1. Download using HTTP or curl (default is curl) 2. Batch downloading 3. Output folder selection

##Installation

npm i -g bdownload

##Usage

Usage
  $ dl <url>
  $ dl <url> [-o|--out] <dir>
  $ dl <url-with-numbers-replaced-with-$> [-b|--batch] <number-of-files>
  $ dl <url> --curl
Options
  -o, --out <dir>                   destination directory
  -b, --batch <number_of_files>     number of files, batch download, put '$' in URI where number is supposed to be.
  --http                            download via http protocol
  --curl                            download via curl
Example
  $ dl http://myurl.com/myfile.zip
  $ dl http://notapiracysource.ru/files/my-file-$$$.mov -b 5
  $ dl http://notapiracysource.ru/files/my-movies-$$$.mov -b 5 -o my-downloads/movies/
  $ dl http://notapiracysource.ru/files/my-file-$$$.mov -b 5 --curl

##License MIT © Jaydattsinh Champavat

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago