Tool for downloading websites.
Go to file
2020-04-16 13:15:14 +02:00
.github/workflows ci: Add unit tests CI 2020-04-09 11:40:30 +02:00
src scraper: Stop after 10 empty recv() 2020-04-16 13:21:00 +02:00
tests speed-test: Add print of improvement 2020-04-16 13:15:14 +02:00
.gitignore gitignore: Ignore tags folder 2020-04-09 11:36:20 +02:00
Cargo.lock scraper: Refactor threaded code using thread::scope() 2020-04-16 12:48:14 +02:00
Cargo.toml scraper: Refactor threaded code using thread::scope() 2020-04-16 12:48:14 +02:00
LICENSE Initial commit 2019-10-29 18:21:52 +01:00
README.md Update README.md 2020-04-14 13:54:24 +02:00

SuckIT

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

Features

  • Vacuum the entirety of a website recursively
  • Use multithreading
  • Write the website's content to your disk
  • Offline navigation