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

Authored by: Lesmiscore
pull/3575/head
Lesmiscore 2 years ago committed by GitHub
parent 83bfb5e290
commit 997378f9df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save