[wikimedia] implement config lookup for fandom/wikigg sites (#7283)

{
    "extractor": {
        "fandom": {
            "filename": "..."
        }
    }
}
This commit is contained in:
Mike Fährmann
2025-10-23 18:54:28 +02:00
parent eefd8f9c00
commit 98d3354575
5 changed files with 6 additions and 0 deletions

View File

@@ -961,6 +961,7 @@ class AsynchronousMixin():
class BaseExtractor(Extractor):
basesubcategory = ""
instances = ()
def __init__(self, match):