[twitch] Fix authentication (refs #27743)

This commit is contained in:
=?UTF-8?q?Sergey=20M=E2=80=A4?= 2021-02-26 16:11:14 +01:00 committed by Laura Liberda
parent 02b371b81e
commit d695e5396b

View file

@ -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',
}