You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the bug
cannot download files for comic "100 Bullets"
To Reproduce
add 100 bullets
search for a download
it will blacklist any release without downloading.
[2023-05-31 12:46:21][waitress-3][INFO] Adding download for volume 1: https://getcomics.org/dc/100-bullets-1-100/
[2023-05-31 13:21:19][waitress-3][INFO] Adding https://getcomics.org/dc/100-bullets-1-100/ to blocklist with reason "No supported or working links"
when this returns it will have the series named "Bullets" which will not match the files "100 Bullets" and cause it to fail. I think this would cause any series that begins with a number to fail to download.
The text was updated successfully, but these errors were encountered:
Description of the bug
cannot download files for comic "100 Bullets"
To Reproduce
add 100 bullets
search for a download
it will blacklist any release without downloading.
[2023-05-31 12:46:21][waitress-3][INFO] Adding download for volume 1: https://getcomics.org/dc/100-bullets-1-100/
[2023-05-31 13:21:19][waitress-3][INFO] Adding https://getcomics.org/dc/100-bullets-1-100/ to blocklist with reason "No supported or working links"
Expected behaviour
the files to download
Screenshots
Version info
Additional context
i have narrowed the issue down to here https://github.com/Casvt/Kapowarr/blob/development/backend/files.py#L273
this regex (series_regex https://github.com/Casvt/Kapowarr/blob/development/backend/files.py#L56) seems to be designed to remove all numbers at the start of a name.
when this returns it will have the series named "Bullets" which will not match the files "100 Bullets" and cause it to fail. I think this would cause any series that begins with a number to fail to download.
The text was updated successfully, but these errors were encountered: