1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-17 14:45:42 +07:00

Fix bug during subtitle conversion

This commit is contained in:
pukkandan
2021-08-13 20:40:13 +05:30
parent 6c7274ecd2
commit 37242e56f2

View File

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