[MoveFiles] Fix when merger can't run

:ci skip dl
pull/93/head
pukkandan 3 years ago
parent c3e1f0c4f2
commit 42bb0c59f8

@ -2360,6 +2360,9 @@ class YoutubeDL(object):
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…
Cancel
Save