-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for volumes as issues #23
Comments
right, you are spot on with the problem. it seems to be in the _extract_download_links https://github.com/Casvt/Kapowarr/blob/development/backend/download.py#L603 so when doing a specific volume search its querying the volumes but not the issues. so when it processes the downloads with _process_extracted_get_comics_links it has the wrong volume number and it rejects the download. |
i think the problem is there isn't logic to handle a comic that is a collection of volumes. it will only handle a comic that is a specific volume with multiple or single issues. so if you had added the comic as blood stain volume 2 then it would download. i think there needs to be a db change here to mark certain volumes as a collection of volumes. |
Description of the bug
GetComics Download download Link extraction fails. Manually looking at the site, there is clearly a link.
To Reproduce
Add Bloodstain (2016)
Start manuall search for Issue Number 2
i get 2 search results, only one is correct
Try to download the correct one, relase gets blacklisted.
Expected behaviour
Downloading Issue 2
Link
Screenshots
None
Version info
Kapowarr version | v1.0.0-beta-13.8.16.final.06
/app/db/Kapowarr.db
/app
Browser: Brave v1.51.118 (May 17, 2023)
OS: Synology DSM 7.1. but in Docker
Additional context
This is only an example an can be reproduced with several other series
The text was updated successfully, but these errors were encountered: