fix various tests

This commit is contained in:
Mike Fährmann
2019-02-04 14:40:21 +01:00
parent 00dc37ccbf
commit 347398f692
3 changed files with 2 additions and 6 deletions

View File

@@ -159,9 +159,7 @@ class TestExtractor(unittest.TestCase):
"4chan" : "fourchan",
"4plebs" : "fourplebs",
"8chan" : "infinitychan",
"b4k" : "bfourk",
"oauth" : None,
"rbt" : "rebeccablacktech",
}
for extr in extractor.extractors():

View File

@@ -23,10 +23,8 @@ TRAVIS_SKIP = {
# temporary issues, etc.
BROKEN = {
"desuarchive",
"mangahere",
"ngomik",
"rbt",
"simplyhentai",
}