mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +01:00
parser: set subtitle when --all-subtitle is used
This commit is contained in:
parent
6a13d15715
commit
404373ee30
@ -434,6 +434,9 @@ def _special_settings(config):
|
|||||||
if config.get("get_only_episode_url"):
|
if config.get("get_only_episode_url"):
|
||||||
config.set("get_url", True)
|
config.set("get_url", True)
|
||||||
|
|
||||||
|
if config.get("get_all_subtitles"):
|
||||||
|
config.set("subtitle", True)
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user