mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 12:00:21 +00:00
Merge pull request #4501 from AndroKev/master
only add video-id to archive, when successful
This commit is contained in:
commit
f7ffe72ac7
@ -1149,8 +1149,8 @@ def dl(name, info):
|
||||
except (PostProcessingError) as err:
|
||||
self.report_error('postprocessing: %s' % str(err))
|
||||
return
|
||||
self.record_download_archive(info_dict)
|
||||
|
||||
self.record_download_archive(info_dict)
|
||||
|
||||
def download(self, url_list):
|
||||
"""Download a given list of URLs."""
|
||||
|
Loading…
Reference in New Issue
Block a user