mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	Fix bug in 8326b00aab
				
					
				
			This commit is contained in:
		| @@ -80,7 +80,7 @@ class PostProcessor(object): | |||||||
|                     else 'audio' if info['acodec'] != 'none' |                     else 'audio' if info['acodec'] != 'none' | ||||||
|                     else 'images') |                     else 'images') | ||||||
|                 if allowed[format_type]: |                 if allowed[format_type]: | ||||||
|                     func(self, info) |                     return func(self, info) | ||||||
|                 else: |                 else: | ||||||
|                     self.to_screen('Skipping %s' % format_type) |                     self.to_screen('Skipping %s' % format_type) | ||||||
|                     return [], info |                     return [], info | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan