mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-02-02 20:57:03 +01:00
Fix bug in 8326b00aabc332cad3edec246fe5353bea069cb0
This commit is contained in:
parent
551f93885e
commit
4d85fbbdbb
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user