1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-04 13:02:51 -05:00
This commit is contained in:
pukkandan
2021-06-13 14:36:13 +05:30
parent 551f93885e
commit 4d85fbbdbb

View File

@ -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