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:
parent
ab3283aace
commit
6763f33f94
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user