[FFmpegSubtitlesConvertorPP] correctly update the extension (fixes #8444)
This commit is contained in:
parent
7e62c2eb6d
commit
3547d26587
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ class FFmpegSubtitlesConvertorPP(FFmpegPostProcessor):
|
|||
|
||||
with io.open(new_file, 'rt', encoding='utf-8') as f:
|
||||
subs[lang] = {
|
||||
'ext': ext,
|
||||
'ext': new_ext,
|
||||
'data': f.read(),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue