Update YoutubeDL.py
This commit is contained in:
parent
c33bcf2051
commit
cd58dc3e56
1 changed files with 1 additions and 1 deletions
|
@ -1145,11 +1145,11 @@ class YoutubeDL(object):
|
||||||
|
|
||||||
if success:
|
if success:
|
||||||
try:
|
try:
|
||||||
self.record_download_archive(info_dict)
|
|
||||||
self.post_process(filename, info_dict)
|
self.post_process(filename, info_dict)
|
||||||
except (PostProcessingError) as err:
|
except (PostProcessingError) as err:
|
||||||
self.report_error('postprocessing: %s' % str(err))
|
self.report_error('postprocessing: %s' % str(err))
|
||||||
return
|
return
|
||||||
|
self.record_download_archive(info_dict)
|
||||||
|
|
||||||
|
|
||||||
def download(self, url_list):
|
def download(self, url_list):
|
||||||
|
|
Loading…
Reference in a new issue