0.0.13 • Published 9 years ago

jul11co-sitedownloader v0.0.13

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
9 years ago

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)

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago