mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-12 03:43:45 +00:00
mistypo on domain resolving
This commit is contained in:
parent
cec240eb2d
commit
a6e6c3f02d
@ -86,7 +86,7 @@ class GloboIE(InfoExtractor):
|
||||
'content_protection': 'widevine',
|
||||
'vsid': '2938bc7c-9376-d4b7-ee91-ce46dbbf9f4d',
|
||||
'tz': '-03:00',
|
||||
'Authorization': try_get(self._get_cookies('.globo.com'),
|
||||
'Authorization': try_get(self._get_cookies('https://globo.com'),
|
||||
lambda x: f'Bearer {x['GLBID'].value}') or '',
|
||||
'version': 1,
|
||||
}).encode())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user