mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[MoveFiles] Fix when merger can't run
:ci skip dl
This commit is contained in:
parent
c3e1f0c4f2
commit
42bb0c59f8
1 changed files with 3 additions and 0 deletions
|
@ -2360,6 +2360,9 @@ def correct_ext(filename):
|
|||
info_dict['__files_to_merge'] = downloaded
|
||||
# Even if there were no downloads, it is being merged only now
|
||||
info_dict['__real_download'] = True
|
||||
else:
|
||||
for file in downloaded:
|
||||
files_to_move[file] = None
|
||||
else:
|
||||
# Just a single file
|
||||
dl_filename = existing_file(full_filename, temp_filename)
|
||||
|
|
Loading…
Reference in a new issue