RustingRobot / Kea

A webtoons downloader. With GUI and everything!
MIT License
124 stars 22 forks source link

Bug report: Kea doesn't support downloading multiple comics with the same 'id' #14

Open thatrobotdev opened 3 years ago

thatrobotdev commented 3 years ago

Describe the bug I am using Kea to download comics translated into multiple different languages, which mean that they have the same ID. For example:

https://www.webtoons.com/en/supernatural/lalins-curse/list?title_no=1601 https://www.webtoons.com/es/supernatural/lalins-curse/list?title_no=1960

Are two different comics, "Lalin's Curse" and "La maldición de Lalín", but they have the same ID "lahlins-curse" in the URL. When you try to add both into the queue, only one gets added (and it's unclear which version is downloading).

To Reproduce

  1. Add both comic URLs into the queue, and click "add all to queue".

Screenshot of Kea

  1. Only one URL will be added to the queue, and the UI doesn't tell you which one it added.

Screenshot of Kea

Kea Version What version of Kea were you using? Kea v.1.3.4

RustingRobot commented 3 years ago

Oh interesting, I haven't thought of that edge-case. It's always the first link that gets downloaded. Every following link that you try to add gets rejected because kea thinks it's already in the queue. Since I'm thinking of refactoring kea massively to also fix the other bugs you mentioned it might take a while until this is fixed.