Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@FerrahWolfeh FerrahWolfeh released this 03 Sep 14:07
· 265 commits to main since this release
699cc85

Changelog

CLI

  • Fixed progress bar inconsistent width and styling
  • Limited the number of concurrent downloads to 20
  • Rename already downloaded files to their ID if the MD5-named file is present and vice-versa

Lib

  • Post downloading is now multithreaded
  • Extractors now export their Client and removed post count.
  • Finalized user-facing API
  • Removed all printing functions from lib
  • New custom error types for the extractors
  • Unified blacklist with all extractors
  • Deprecated extractor-specific Safe Mode
  • Added global Safe Mode
  • Increased debug logging
  • Speed up the cbz download path by making everything async
  • Extreme speedup on MD5 checking of preexistent files
  • Rename file to id or MD5 if it's already downloaded in the folder
  • More documentation coverage