mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +01:00
get_one_media: force stop when --force-subtitle is used
This commit is contained in:
parent
32fbe5051f
commit
4a7a72f6e7
@ -115,6 +115,8 @@ def get_one_media(stream, options):
|
||||
if options.subtitle and options.output != "-":
|
||||
if subs:
|
||||
subs[0].download(options)
|
||||
if options.force_subtitle:
|
||||
return
|
||||
|
||||
|
||||
stream = select_quality(options, videos)
|
||||
|
Loading…
Reference in New Issue
Block a user