mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 03:10:38 +00:00
Fix bug in 8326b00aab
This commit is contained in:
parent
551f93885e
commit
4d85fbbdbb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user