pull/364/head
pukkandan 2021-06-13 14:36:13 +05:30
rodzic 551f93885e
commit 4d85fbbdbb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0F00D95A001F4698
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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