[downloader/ffmpeg] Fix headers for video+audio formats (#5659)
Authored by: bashonly, Grub4K
This commit is contained in:
parent
f69b0554eb
commit
3cf50fa8e9
2 changed files with 14 additions and 19 deletions
|
|
@ -2356,7 +2356,7 @@ class GenericIE(InfoExtractor):
|
|||
info_dict.update({
|
||||
'formats': formats,
|
||||
'subtitles': subtitles,
|
||||
'http_headers': headers,
|
||||
'http_headers': headers or None,
|
||||
})
|
||||
return info_dict
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue