v0.3.0
What's Changed
-
Download all chapters at once by @josueBarretogit in #11
download_all_chapters.mp4
-
there is now a configuration file which looks like this
# The format of the manga downloaded
# values : cbz , raw, epub
# default : cbz
download_type = "cbz"
# Download image quality, low quality means images are compressed and is recommended for slow internet connections
# values : low, high
# default : low
image_quality = "low"
- Develop v0.3.0 by @josueBarretogit in #14
Full Changelog: v0.2.0...v0.3.0