fix subtitles preset
This commit is contained in:
parent
d72c222f9e
commit
368d5c64ea
1 changed files with 8 additions and 7 deletions
|
|
@ -86,14 +86,15 @@ presets:
|
||||||
|
|
||||||
# Preset to download subtitles (either by file or embedded)
|
# Preset to download subtitles (either by file or embedded)
|
||||||
add_subtitles:
|
add_subtitles:
|
||||||
# Embed subtitles into the video
|
subtitles:
|
||||||
embed_subtitles: True
|
# Embed subtitles into the video
|
||||||
# And/or download them as a file. Uncomment to download as file:
|
embed_subtitles: True
|
||||||
# subtitles_name: "{episode_file_path}.{lang}.{subtitles_ext}"
|
# And/or download them as a file. Uncomment to download as file:
|
||||||
# subtitles_type: "srt"
|
# subtitles_name: "{episode_file_path}.{lang}.{subtitles_ext}"
|
||||||
|
# subtitles_type: "srt"
|
||||||
|
|
||||||
languages: "en" # supports list of multiple languages
|
languages: "en" # supports list of multiple languages
|
||||||
allow_auto_generated_subtitles: True # allow auto subtitles
|
allow_auto_generated_subtitles: True # allow auto subtitles
|
||||||
|
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue