Skip to content

Commit

Permalink
Update YoutubeDL.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroKev committed Dec 17, 2014
1 parent c33bcf2 commit cd58dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/YoutubeDL.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit cd58dc3

Please sign in to comment.