mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +01:00
parent
d56a5f4deb
commit
f159ebd9e3
@ -221,7 +221,7 @@ def get_one_media(stream, options):
|
|||||||
if options.subtitle and options.get_url and options.force_subtitle:
|
if options.subtitle and options.get_url and options.force_subtitle:
|
||||||
print(subs[0].url)
|
print(subs[0].url)
|
||||||
return
|
return
|
||||||
if options.subtitle and options.output != "-":
|
if options.subtitle and options.output != "-" and not options.get_url:
|
||||||
if subs:
|
if subs:
|
||||||
subs[0].download()
|
subs[0].download()
|
||||||
if options.force_subtitle:
|
if options.force_subtitle:
|
||||||
|
Loading…
Reference in New Issue
Block a user