download-archive also works now when skip-download

This commit is contained in:
AndroKev 2015-12-02 13:39:14 +01:00
parent 04fe0d6cd2
commit 9b0381f9c6

View File

@ -1653,6 +1653,8 @@ class YoutubeDL(object):
self.report_error('postprocessing: %s' % str(err)) self.report_error('postprocessing: %s' % str(err))
return return
self.record_download_archive(info_dict) self.record_download_archive(info_dict)
else:
self.record_download_archive(info_dict)
def download(self, url_list): def download(self, url_list):
"""Download a given list of URLs.""" """Download a given list of URLs."""