Tool for downloading websites.
Go to file
CohenArthur f685b2284b
Add asciinema embed link (#47)
* readme: Add asciinema

* readme: Embed asciinema

* readme: Add script for asciinema

* readme: Embed instead of script
2020-04-30 00:04:51 +02:00
.github/workflows ci: Split ci in two jobs 2020-04-29 18:54:33 +02:00
src misc: Remove dead code 2020-04-29 22:29:24 +02:00
tests args: Change quiet to verbose since default behavior is quiet 2020-04-18 16:27:21 +02:00
.gitignore gitignore: Ignore tags folder 2020-04-09 11:36:20 +02:00
Cargo.lock scraper: Selective parsing fully working 2020-04-29 11:24:24 +02:00
Cargo.toml scraper: Selective parsing fully working 2020-04-29 11:24:24 +02:00
LICENSE-APACHE Rename LICENSE to LICENSE-APACHE 2020-04-29 23:51:14 +02:00
LICENSE-MIT Create LICENSE-MIT 2020-04-29 23:53:17 +02:00
README.md Add asciinema embed link (#47) 2020-04-30 00:04:51 +02:00
suckit_logo.png logo: Uncrop logo 2020-04-29 23:21:45 +02:00

Build and test

SuckIT

SuckIT allows you to recursively visit and download a website's content to your disk.

SuckIT Logo

Features

  • Vacuums the entirety of a website recursively
  • Uses multithreading
  • Writes the website's content to your disk
  • Enables offline navigation
  • Saves application state on CTRL-C for later pickup
  • Offers random delays to avoid IP banning

Options

Option Behavior
-h, --help Displays help information
-v, --verbose Activate Verbose output
-d, --depth Specify the level of depth to go to when visiting the website
-j, --jobs Number of threads to use
-o, --output Output directory where the downloaded files are written
-t, --tries Number of times to retry when the downloading of a page fails

Example

A common use case could be the following:

suckit http://books.toscrape.com -j 8 -o /path/to/downloaded/pages/

asciicast

Want to contribute ? Feel free to open an issue or submit a PR !

License

Rust is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE and LICENSE-MIT for details.