This commit is contained in:
pukkandan 2021-06-13 14:36:13 +05:30
parent 551f93885e
commit 4d85fbbdbb
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698
1 changed files with 1 additions and 1 deletions

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