[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 Dominika
parent 7501f94648
commit 82b487f429

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