Package Exports
- jul11co-siteripper
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jul11co-siteripper) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
jul11co-siteripper
Jul11Co's Website Ripper - Ripping website.
Installation
From npm
npm install -g jul11co-siteripperUsage
Commandline
Usage: siterip [OPTIONS...] <ARGS> siterip --init <start_url> : Create configuration file (ripper.json will be created) siterip --download [start_url] : Download (start_url will be loaded from ripper.json by default) siterip --resume [output_dir] : Resume siterip --update [output_dir] : Update (and check for incompleted links) siterip --fix-links [output_dir] : Fix links OPTIONS: --verbose : Verbose --force : Forcibly action --no-images : Do not download images (default: download) --no-scripts : Do not download scripts (default: download) --no-stylesheets : Do not download stylesheets (default: download) --max-depth=X : Specify max depth --no-links-fix : Not fix links after downloading/resuming/updating
License
Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)