1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[downloader/ffmpeg] Fix headers for video+audio formats (#5659)

Authored by: bashonly, Grub4K
This commit is contained in:
bashonly
2022-12-09 23:36:38 +00:00
committed by GitHub
parent f69b0554eb
commit 3cf50fa8e9
2 changed files with 14 additions and 19 deletions

View File

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