From fb9be55232ba060dd6a5fafb8a8755259c627efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Tue, 28 Oct 2025 17:02:00 +0100 Subject: [PATCH] [paheal] fix 'AttributeError' fixes regression introduced in 98d3354575048d5288beb27b078f15a28b55ed6d --- gallery_dl/extractor/paheal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gallery_dl/extractor/paheal.py b/gallery_dl/extractor/paheal.py index c87a69e7..f63f4fe1 100644 --- a/gallery_dl/extractor/paheal.py +++ b/gallery_dl/extractor/paheal.py @@ -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}"