mirror of https://github.com/yt-dlp/yt-dlp.git
[twitcasting] Pass headers for each formats (#3568)
Authored by: Lesmiscore
This commit is contained in:
parent
83bfb5e290
commit
997378f9df
|
@ -187,6 +187,7 @@ class TwitCastingIE(InfoExtractor):
|
||||||
infodict = {
|
infodict = {
|
||||||
# No problem here since there's only one manifest
|
# No problem here since there's only one manifest
|
||||||
'formats': formats,
|
'formats': formats,
|
||||||
|
'http_headers': self._M3U8_HEADERS,
|
||||||
}
|
}
|
||||||
else:
|
else:
|
||||||
infodict = {
|
infodict = {
|
||||||
|
|
Loading…
Reference in New Issue