grab-files
v2.0.0
Published
If you have a text file with a list of URLs pointing to files, this tool will download them for you.
Downloads
5
Maintainers
Readme
grab-files
Description
If you have a text file with a list of URLs pointing to files, this tool will download them for you.
Installation
npm install -g grab-files
Usage
Syntax
grab-files --input=[string] --output=[string] --timeout=[number] --preserve=[boolean]
Example
grab-files -i urls.txt -o download_dir
Parameters
| Name | Alias | Default Value | Required | Example | Description |
|------------|-------|---------------|----------|---------------|-----------------------------------------------------------------------|
| input
| i
| urls.txt
| no | -i urls.txt
| input file with new-line separated urls |
| output
| o
| download
| no | -o download
| output directory |
| timeout
| t
| 200
| no | -t 200
| time between subsequent requests in milliseconds |
| preserve
| p
| true
| no | -p true
| preserve original file names; set to false
to use a number sequence |
Print version
grab-files -v