1.3.0 • Published 5 years ago

node-site-downloader v1.3.0

Weekly downloads
7
License
ISC
Repository
github
Last release
5 years ago

Build Status Build Status

NodeJS based website downloader

Download a website locally without any configuration right from you terminal

Note: The script is based entirely on node-webiste-scraper, an awesome website scraper library :)

Requirments

  • Nodejs version >= 8

Installation

npm install -g node-site-downloader

Usage

website-downloader download DOMAIN START_POINT OUTPUT_FOLDER [VERBOSE] [OUTPUT_FOLDER_SUFFIX]

Options

  • domain - The script will download all of the urls under the specified url.
  • start point - The page from which the script should start scraping
  • output folder - The folder in which the script should save the downloaded assets, Note: The folder should not exist!
  • verbose - If flag is present the script will print every url that was downloaded.
  • output folder suffix - The suffix that will be added to OUTPUT_FOLDER, defaults to: .site
1.3.1

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago