fix argument order for python33 and 34

This commit is contained in:
Mike Fährmann
2017-03-23 16:51:42 +01:00
parent 11d5c6f717
commit f2ef49563b
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ def _generate_test(extr, tcase):
# enable selective testing for direct calls
skip = ["exhentai", "kissmanga", "mangafox"]
skip = ["exhentai", "kissmanga", "mangafox", "mangashare", "readcomiconline"]
if __name__ == '__main__' and len(sys.argv) > 1:
extractors = [
extr for extr in extractor.extractors()