update extractor blacklist to also allow classes
This commit is contained in:
@@ -183,7 +183,7 @@ CODES = {
|
||||
"zh": "Chinese",
|
||||
}
|
||||
|
||||
SPECIAL_EXTRACTORS = ("oauth", "recursive", "test")
|
||||
SPECIAL_EXTRACTORS = {"oauth", "recursive", "test"}
|
||||
|
||||
|
||||
def build_predicate(predicates):
|
||||
|
||||
Reference in New Issue
Block a user