[paheal] fix 'AttributeError'

fixes regression introduced in 98d3354575
This commit is contained in:
Mike Fährmann
2025-10-28 17:02:00 +01:00
parent 8fabf7c114
commit fb9be55232

View File

@@ -15,6 +15,7 @@ from .. import text, exception
class PahealExtractor(Extractor):
"""Base class for paheal extractors"""
basecategory = "shimmie2"
basesubcategory = ""
category = "paheal"
filename_fmt = "{category}_{id}_{md5}.{extension}"
archive_fmt = "{id}"