You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
bin | 3 years ago | |
LICENCE | 3 years ago | |
README.md | 3 years ago |
README.md
Website vacuum
Interactive wrapper for wget
and httrack
.
Installation
$ git clone https://gitnet.fr/deblan/website-vacuum.git
Usage
Create a working directory:
$ mkdir example
$ cd example
Then:
$ ./bin/vacuum --help
Usage: ./bin/vacuum [url] [filters] [-h|--help|--wget|--httrack]
--wget Select GNU Wget
--httrack Select httrack to vacuum
-h,--help Show this help
Filters only work with httrack. `man httrack` to get help.
$ ./bin/vacuum
Example: https://www.example.com +assets.example.com/*
URL: https://www.example.com
Vacuum:
[1] httrack
[2] wget
> [1]
Command:
httrack https://www.example.com
[...]