mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
Fix bug during subtitle conversion
This commit is contained in:
parent
6c7274ecd2
commit
37242e56f2
1 changed files with 1 additions and 1 deletions
|
@ -802,7 +802,7 @@ def run(self, info):
|
|||
}
|
||||
|
||||
info['__files_to_move'][new_file] = replace_extension(
|
||||
info['__files_to_move'][old_file], new_ext)
|
||||
info['__files_to_move'][sub['filepath']], new_ext)
|
||||
|
||||
return sub_filenames, info
|
||||
|
||||
|
|
Loading…
Reference in a new issue