1
0
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:
Johan Andersson 2021-08-27 20:22:44 +02:00
parent 6a13d15715
commit 404373ee30

View File

@ -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