[paheal] fix 'AttributeError'
fixes regression introduced in 98d3354575
This commit is contained in:
@@ -15,6 +15,7 @@ from .. import text, exception
|
|||||||
class PahealExtractor(Extractor):
|
class PahealExtractor(Extractor):
|
||||||
"""Base class for paheal extractors"""
|
"""Base class for paheal extractors"""
|
||||||
basecategory = "shimmie2"
|
basecategory = "shimmie2"
|
||||||
|
basesubcategory = ""
|
||||||
category = "paheal"
|
category = "paheal"
|
||||||
filename_fmt = "{category}_{id}_{md5}.{extension}"
|
filename_fmt = "{category}_{id}_{md5}.{extension}"
|
||||||
archive_fmt = "{id}"
|
archive_fmt = "{id}"
|
||||||
|
|||||||
Reference in New Issue
Block a user