mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 08:40:04 +01:00
Update YoutubeDL.py
This commit is contained in:
parent
c33bcf2051
commit
cd58dc3e56
@ -1145,11 +1145,11 @@ def dl(name, info):
|
||||
|
||||
if success:
|
||||
try:
|
||||
self.record_download_archive(info_dict)
|
||||
self.post_process(filename, info_dict)
|
||||
except (PostProcessingError) as err:
|
||||
self.report_error('postprocessing: %s' % str(err))
|
||||
return
|
||||
self.record_download_archive(info_dict)
|
||||
|
||||
|
||||
def download(self, url_list):
|
||||
|
Loading…
Reference in New Issue
Block a user