add 'config_instance' method

to allow for a more streamlined access to BaseExtractor instance options
This commit is contained in:
Mike Fährmann
2024-01-18 03:20:36 +01:00
parent 34a7afdbc1
commit 89066844f4
8 changed files with 26 additions and 49 deletions

View File

@@ -457,7 +457,7 @@ def build_extractor_list():
domains[category] = domain(extr)
else:
base = categories[extr.basecategory]
for category, root in extr.instances:
for category, root, info in extr.instances:
base[category].append(extr.subcategory)
if category not in domains:
if not root: