Kanjirito / simple-manga-downloader

Simple manga downloader written in python
GNU General Public License v3.0
30 stars 5 forks source link

Known issues #12

Open Kanjirito opened 5 years ago

Kanjirito commented 5 years ago

Mangadex (git only)

  1. With the new API rate limits the downloader will take a long time to check chapters if there's more than 60 of them. It will work but it will have to wait a minute every 60 chapters.
  2. Manga that has chapter numbers that reset to 1 with each volume will act weirdly.

With how the downloader is currently written it's basically impossible to go around these issue. A rework of the whole flow will be needed to fix these issues which is going on.

All modules

When adding manga to the tracked list if one with the same title already exists the link will be overwritten without a warning or dealing with the (potentially) already downloaded chapters.

manganelo

Site randomly gives php server errors.

Kanjirito commented 4 years ago

Solved in #17

mangadex module

Special chapters can have no chapter number in the API which means it's assigned number will be 0, even though it should be something like X.5. This will cause the chapter to not be downloaded properly when using the range selection. It also means that if there are multiple chapters with no chapter number they will all be assigned 0 causing them to show up as multiple uploads of the same chapter, you will still be able to download all of them by selecting a "group", renaming the folder and downloading the other one by selecting a different "group" API example, chapter id = 711859 Link to page of example

Kanjirito commented 4 years ago

"Solved" in #19

heavenmanga module

Some special chapters are not assigned a chapter number causing the downloader to skip them Example "Omake" chapter after 10.5 Example special "Boichi Crossover" after 949

Some manga chapters have broken images. What images are effected by it is very random and some images start working after a while Example

Kanjirito commented 4 years ago

Solved in 174b7f95c0aad73c256299b7589e4def34fb0964

manganelo module

Some special chapters don't have a number causing the downloader to skip them. Example "Bonus Chapter: Internet Fame" after chapter 8

Kanjirito commented 4 years ago

Solved in 9e3e358

manganelo and mangakakalot

Both sites use cloudflare on some of their image servers.

Kanjirito commented 4 years ago

"Solved" in 2ca0779

mangaseeonline

Some manga have seasons which resets the chapter numbers to 0, for the downloader S1 Chapter 1 is the same as S2 Chapter 1 causing only the first season to be downloaded properly Example

Some manga is grouped by volume and not chapters, the downloader will see the volumes as chapters and download them that way. Example

Kanjirito commented 4 years ago

Solved in 754476d

All modules

When the manga changes the title on the site the downloader will treat it as a different manga and download all chapters. Also, the name in the tracked list will not change.

Kanjirito commented 3 years ago

Solved in 6f7fbb3

Some manga have seasons which resets the chapter numbers to 0. For the downloader S1 Chapter 1 is the same as S2 Chapter 1 causing only the first season to be downloaded properly. Example