watch_extraction.py: fix conditional
This commit is contained in:
parent
93b58efa0e
commit
21224c8dae
@ -426,6 +426,7 @@ def update_format_with_codec_info(fmt, codec):
|
||||
elif (codec.startswith('mp4a')
|
||||
or codec in ('opus', 'mp3', 'aac', 'dtse', 'ec-3', 'vorbis',
|
||||
'ac-3')):
|
||||
conservative_update(fmt, 'acodec', codec)
|
||||
else:
|
||||
print('Warning: unrecognized codec: ' + codec)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user