Webtoon-Downloader
Webtoon-Downloader copied to clipboard
Add compress to cbz option
- Enhanced the
--separate
option with a--cbz
option, which compresses each chapter into a .cbz file - Updated the usage information with the new option
- Fix the spelling of 'separate' in the usage information
I only dabble with Python so hopefully this was implemented in an acceptable fashion.
I'll try to do some major changes to enable this to work well while keeping the download as fast as it always is. While also keeping the main thread not being overloaded with the work of zipping.
As I mentioned above, this was done to scratch my own itch. If you'd prefer to do it your own way and skip this PR that's fine with me.
Last version allows to use --save-as cbz
so this PR seems outdated and might be closed :)