mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +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 'images') | ||||
|                 if allowed[format_type]: | ||||
|                     func(self, info) | ||||
|                     return func(self, info) | ||||
|                 else: | ||||
|                     self.to_screen('Skipping %s' % format_type) | ||||
|                     return [], info | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan