smaller fixes and "security" measures
- move the OAuthSession class into util.py - block special extractors for reddit and recursive - ignore 'only matching' tests for testresults script
This commit is contained in:
@@ -97,7 +97,7 @@ def extractors():
|
||||
|
||||
class blacklist():
|
||||
"""Context Manager to blacklist extractor modules"""
|
||||
def __init__(self, *categories):
|
||||
def __init__(self, categories):
|
||||
self.categories = categories
|
||||
|
||||
def __enter__(self):
|
||||
|
||||
Reference in New Issue
Block a user