mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 01:27:07 -05:00 
			
		
		
		
	Update YoutubeDL.py
This commit is contained in:
		@@ -1145,11 +1145,11 @@ class YoutubeDL(object):
 | 
			
		||||
 | 
			
		||||
            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):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user