mansuf / mangadex-downloader

A command-line tool to download manga from MangaDex, written in Python.
https://mangadex-dl.mansuf.link/
MIT License
477 stars 39 forks source link

Bug on download for v2 beta #34

Closed basilelt closed 2 years ago

basilelt commented 2 years ago

What happened ?

Download bug and come to an alt after some time. I guess this is a bug on mangadex-downloader as the size of the image is way too big to be the true size but could come from mangadex. image

What did you expect to happen ?

The image to be a smaller size and after a few retry to download correctly

App version

2.0.0

Installation origin

git clone && pip install .

Installation origin (other sources)

No response

Reproducible command

mangadex-downloader "library" --input-pos "*" --use-chapter-title --login --login-username "*******" --login-password "********" --cover "original" --delay-requests 1.5 --save-as raw --path "D:\Manga\mangadex"

mansuf commented 2 years ago

This should be fixed in https://github.com/mansuf/mangadex-downloader/commit/0d42862e280acac603f3200319c276631562bf49

You can try reinstall the development version

pip install git+https://github.com/mansuf/mangadex-downloader.git@0d42862e280acac603f3200319c276631562bf49

You can reopen this issue if error like that happened again

basilelt commented 2 years ago

Thanks a lot, will test :)