1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 21:54:17 +01:00

options: if fource-subtitle is set, set subtitle to true.

This commit is contained in:
Johan Andersson 2015-01-18 16:39:55 +01:00
parent ab3283aace
commit 6763f33f94

View File

@ -255,6 +255,8 @@ def main():
parser.error("Incorrect number of arguments")
if options.exclude:
options.exclude = options.exclude.split(",")
if options.force_subtitle:
options.subtitle = True
options = mergeParserOption(Options(), options)
setup_log(options.silent, options.verbose)