1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 14:45:14 +00:00

[twitcasting] Pass headers for each formats (#3568)

Authored by: Lesmiscore
This commit is contained in:
Lesmiscore
2022-04-28 01:59:45 +09:00
committed by GitHub
parent 83bfb5e290
commit 997378f9df

View File

@@ -187,6 +187,7 @@ class TwitCastingIE(InfoExtractor):
infodict = {
# No problem here since there's only one manifest
'formats': formats,
'http_headers': self._M3U8_HEADERS,
}
else:
infodict = {