ArdaxHz / mdownloader

MangaDex downloader using python. Forked from the repo linked
https://gitlab.com/hitoribocchi/mdownloader
GNU General Public License v3.0
9 stars 1 forks source link

v3.2.0 Update to use new API payload scheme and add ComiKey download #25

Closed ArdaxHz closed 3 years ago

ArdaxHz commented 3 years ago

Added:

Modified:

Beta Feature (added then removed): Multiprocessing for chapter downloads, it is significantly faster but comes with drawbacks, such as weird behaviour for the progress bar, chapter data being added to the JSON even if the whole chapter wasn't downloaded, and a higher rate for getting rate-limited by MangaDex. It may be re-added in the future once solutions to these drawbacks are found.