add '--abort-on-skip' option and ability to control skip behavior

the 'skip' config option controls skipping behavior:
    true    - skip download if file already exist (default)
    false   - download and overwrite files even if it exists
    "abort" - abort extractor run if a download would be skipped
              (same as '--abort-on-skip')
This commit is contained in:
Mike Fährmann
2017-05-03 15:17:08 +02:00
parent 7c8f61a116
commit fc9223c072
5 changed files with 37 additions and 15 deletions

View File

@@ -51,7 +51,7 @@ skip = [
# dont work on travis-ci
"exhentai", "kissmanga", "mangafox", "dynastyscans",
# temporary issues
"fallenangels",
]
# enable selective testing for direct calls
if __name__ == '__main__' and len(sys.argv) > 1: