0.0.13 • Published 7 years ago

jul11co-sitedownloader v0.0.13

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
7 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

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago