[twitch] Fix authentication (refs #27743)

pull/27783/head
Sergey M․ 3 years ago
parent ff1e765400
commit c2d06aef60
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -76,7 +76,7 @@ class TwitchBaseIE(InfoExtractor):
headers = {
'Referer': page_url,
'Origin': page_url,
'Origin': 'https://www.twitch.tv',
'Content-Type': 'text/plain;charset=UTF-8',
}

Loading…
Cancel
Save