mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +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"):
|
||||
config.set("get_url", True)
|
||||
|
||||
if config.get("get_all_subtitles"):
|
||||
config.set("subtitle", True)
|
||||
|
||||
return config
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user