parent
54759df586
commit
d7009caa03
4 changed files with 34 additions and 32 deletions
|
|
@ -2437,9 +2437,7 @@ class YoutubeDL(object):
|
|||
else:
|
||||
assert fixup_policy in ('ignore', 'never')
|
||||
|
||||
if (info_dict.get('protocol') == 'm3u8_native'
|
||||
or info_dict.get('protocol') == 'm3u8'
|
||||
and self.params.get('hls_prefer_native')):
|
||||
if get_suitable_downloader(info_dict, self.params).__name__ == 'HlsFD':
|
||||
if fixup_policy == 'warn':
|
||||
self.report_warning('%s: malformed AAC bitstream detected.' % (
|
||||
info_dict['id']))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue