add 'config_instance' method
to allow for a more streamlined access to BaseExtractor instance options
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user