jul11co-sitedownloader
v0.0.13
Published
Jul11Co Website Downloader
Downloads
8
Readme
jul11co-sitedownloader
Jul11Co's Website Downloader - Downloading website.
Installation
From npm
npm install -g jul11co-sitedownloader
Usage
Create download.json
in the output directory, then using following commandline.
In download.json
file:
{
"start_url": "",
"link_blacklist": [],
"link_filters": [],
"image_blacklist": [],
"image_filters": [],
"max_depth": 10,
"max_download_threads": 2,
"image_max_download_threads": 2,
"group_by_page": true
}
Commandline
Usage: sitedownloader [OPTIONS...] [output_dir]
--download : Download
--resume : Resume
--update : Update (and check for incompleted links)
--verbose : Verbose
--force : Forcibly action
License
Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)