mirror of
https://github.com/alexta69/metube.git
synced 2026-06-15 08:16:00 +00:00
change delaut captions type to .srt
This commit is contained in:
committed by
Alex Shnitman
parent
ce9703cd04
commit
dd4e05325a
+1
-1
@@ -264,7 +264,7 @@ async def add(request):
|
||||
if chapter_template is None:
|
||||
chapter_template = config.OUTPUT_TEMPLATE_CHAPTER
|
||||
if subtitle_format is None:
|
||||
subtitle_format = 'ass'
|
||||
subtitle_format = 'srt'
|
||||
if subtitle_language is None:
|
||||
subtitle_language = 'en'
|
||||
if subtitle_mode is None:
|
||||
|
||||
Reference in New Issue
Block a user