[fallenangels] update to new domain and site-layout

This commit is contained in:
Mike Fährmann
2017-04-09 11:37:21 +02:00
parent cf79a47b59
commit fece09d326
2 changed files with 54 additions and 16 deletions

View File

@@ -47,8 +47,13 @@ def _generate_test(extr, tcase):
return test
skip = [
# dont work on travis-ci
"exhentai", "kissmanga", "mangafox", "dynastyscans",
# temporary issues
"mangashare",
]
# enable selective testing for direct calls
skip = ["exhentai", "kissmanga", "mangafox", "mangashare", "fallenangels"]
if __name__ == '__main__' and len(sys.argv) > 1:
extractors = [
extr for extr in extractor.extractors()