Suckit Versions Save

Suck the InTernet

v0.2.0

2 years ago

New features

  • You can visit subdomains and limit how deep you want to go inside them using --ext-depth
  • Now you can include or excludes pages to visit with --include-visit and --exclude-visit instead of including or excluding pages to download
  • --visit-filter-is-download-filter can be used to use the same regex for both visiting and downloading pages
  • Updated dependencies

Breaking changes

Some options changed names:

  • --include -> --include-download
  • --exclude -> --exclude-download

Bug fixes

  • Charset detection was not working when surrounded with single quotes
  • Some symlinks where broken and/or outside of the specified output directory

What's Changed

New Contributors

Full Changelog: https://github.com/Skallwar/suckit/compare/v0.1.2...v0.2.0

v0.1.2

2 years ago

Bug fixes

  • Files with query strings had a '?' in them making them impossible to be served later by a web server
  • Continue on error is now working as it should
  • URL with fragment are now downloaded only once

Features:

  • SuckIT is now downloading website as a tree hierarchy of directory instead of a flat folder with strange filenames
  • SuckIT should now compile on windows

Misc:

  • Dependencies updates

v0.1.1

3 years ago

Bug fix:

  • Web page with charset different than UTF-8 are now handled correctly

Features:

  • HTTP authentication
  • Dry run
  • Fragment removal from filename

Misc:

  • Update dependencies

v0.1.0

3 years ago

Features:

  • Vacuums the entirety of a website recursively
  • Uses multithreading
  • Writes the website's content to your disk
  • Enables offline navigation