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:
Mike Fährmann
2017-06-16 21:01:40 +02:00
parent fb1904dd59
commit 2993206c4b
8 changed files with 62 additions and 68 deletions

View File

@@ -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):