Browse Source

Merge pull request #4501 from AndroKev/master

only add video-id to archive, when successful
totalwebcasting
Philipp Hagemeister 10 years ago
parent
commit
f7ffe72ac7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/YoutubeDL.py

+ 1
- 1
youtube_dl/YoutubeDL.py View File

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