Kea icon indicating copy to clipboard operation
Kea copied to clipboard

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

Open thatrobotdev opened this issue 4 years ago • 1 comments

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

thatrobotdev avatar Jun 21 '21 23:06 thatrobotdev

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.

RustingRobot avatar Jun 23 '21 00:06 RustingRobot