remove extractor/test.py (#4504)

This commit is contained in:
Mike Fährmann
2024-02-27 01:37:57 +01:00
parent fde9e25c9f
commit 8a11b72253
8 changed files with 11 additions and 121 deletions

View File

@@ -563,7 +563,7 @@ WINDOWS = (os.name == "nt")
SENTINEL = object()
USERAGENT = "gallery-dl/" + version.__version__
EXECUTABLE = getattr(sys, "frozen", False)
SPECIAL_EXTRACTORS = {"oauth", "recursive", "test"}
SPECIAL_EXTRACTORS = {"oauth", "recursive", "generic"}
GLOBALS = {
"contains" : contains,
"parse_int": text.parse_int,