[common] fix 'AttributeError'

fixes regression introduced in 98d3354575
This commit is contained in:
Mike Fährmann
2025-10-28 17:02:00 +01:00
parent d7a7557f93
commit 62e9d75611
3 changed files with 1 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ class Extractor():
category = ""
subcategory = ""
basecategory = ""
basesubcategory = ""
categorytransfer = False
directory_fmt = ("{category}",)
filename_fmt = "{filename}.{extension}"
@@ -961,7 +962,6 @@ class AsynchronousMixin():
class BaseExtractor(Extractor):
basesubcategory = ""
instances = ()
def __init__(self, match):