implement '--images' and '--chapters' options

- the former '--items' has been renamed to '--chapters'
- #6
This commit is contained in:
Mike Fährmann
2017-02-23 21:51:29 +01:00
parent 38aa496ecb
commit 6208d9dd79
5 changed files with 84 additions and 55 deletions

View File

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