mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-12-18 20:02:20 +01:00
[twitch] Fix authentication (refs #27743)
This commit is contained in:
@@ -76,7 +76,7 @@ class TwitchBaseIE(InfoExtractor):
|
|||||||
|
|
||||||
headers = {
|
headers = {
|
||||||
'Referer': page_url,
|
'Referer': page_url,
|
||||||
'Origin': page_url,
|
'Origin': 'https://www.twitch.tv',
|
||||||
'Content-Type': 'text/plain;charset=UTF-8',
|
'Content-Type': 'text/plain;charset=UTF-8',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user