Sydiepus / mangadex-py

MangaDexv5 manga downloader.
MIT License
2 stars 1 forks source link

Mangaplus error #9

Open linus727 opened 3 years ago

linus727 commented 3 years ago

Hey I found this weird behavior, where the script becomes stuck and won’t work anymore until I delete these 1kb files myself and restart the script. I looked on mangadex, and it appears that these mangas have some chapters on mangaplus.

grafik

Sydiepus commented 3 years ago

i'll investigate the issue.

Sydiepus commented 3 years ago

also not sure why but your version is reporting wrong total chapters for the language e.g 308 out of 20 for en.

linus727 commented 3 years ago

also not sure why but your version is reporting wrong total chapters for the language e.g 308 out of 20 for en.

Maybe it's some sort of misinterpretation. I see this alot when a manga has these 10.3; 10.2; 11.1 chapter style

linus727 commented 3 years ago

I saw someone use this for mangaplus downloads in a different mangadex downloader https://github.com/hurlenko/mloader

Sydiepus commented 3 years ago

Well, The function that's supposed to pick one of the scanlation is misbehaving as in its using the last indexed chapter as the right one it'll take some time to fix it.

Sydiepus commented 3 years ago

I'll try to implement a mangaplus downloader if it's not complex as mangadex else I won't support it for now.

linus727 commented 3 years ago

If there is one chapter with mangaplus it will abort the whole manga now and not download existing non mangaplus chapters

after skipping the first manga the second one https://mangadex.org/title/f2fef554-93f3-4340-af6c-cd4123168267/i-m-not-the-hero is also skipped for mangaplus even when there are no mangaplus chapters. The third manga https://mangadex.org/title/f6e7ce00-e09c-4ed2-b806-eb2fdc7a5f60/i-the-strongest-demon-have-regained-my-youth was also skipped but it contains billibord chapters and mangaplus but also normal uploaded ones that should be grabbed.


skipping chapter-13.zip
skipping chapter-13.5.zip
mangaplus links are not supported for now i hope
getting uuid.
fetching manga info 'Title' 'description' 'status' based on your language setting.
No altTitles with that language found; using default title.
fetching chapters info 'available languages' 'available volumes if any' 'available chapters' 'total chapters (language independent)'.
-------------------------------------------
I'm Not The Hero!
-------------------------------------------
fetching 'chapter list by language' 'total chapters by language.'
found 310 out of 3 for en
getting a server url to download the images from.
starting download
mangaplus links are not supported for now i hope
getting uuid.
fetching manga info 'Title' 'description' 'status' based on your language setting.
No altTitles with that language found; using default title.
fetching chapters info 'available languages' 'available volumes if any' 'available chapters' 'total chapters (language independent)'.
-------------------------------------------
I, the Strongest Demon, Have Regained My Youth!
-------------------------------------------
fetching 'chapter list by language' 'total chapters by language.'
found 311 out of 225 for en
getting a server url to download the images from.
starting download
mangaplus links are not supported for now i hope
getting uuid.
fetching manga info 'Title' 'description' 'status' based on your language setting.
No altTitles with that language found; using default title.
fetching chapters info 'available languages' 'available volumes if any' 'available chapters' 'total chapters (language independent)'.
Sydiepus commented 3 years ago

yes i'm aware sorry for the wait it should be fixed now.