update extractor blacklist to also allow classes

This commit is contained in:
Mike Fährmann
2018-01-14 18:47:22 +01:00
parent b6797032e3
commit f10ffc0839
4 changed files with 12 additions and 8 deletions

View File

@@ -183,7 +183,7 @@ CODES = {
"zh": "Chinese",
}
SPECIAL_EXTRACTORS = ("oauth", "recursive", "test")
SPECIAL_EXTRACTORS = {"oauth", "recursive", "test"}
def build_predicate(predicates):