mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-27 21:59:17 +01:00
mistypo on cookie resolve - happens
This commit is contained in:
parent
a6e6c3f02d
commit
fb3ef7fc85
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class GloboIE(InfoExtractor):
|
||||||
'vsid': '2938bc7c-9376-d4b7-ee91-ce46dbbf9f4d',
|
'vsid': '2938bc7c-9376-d4b7-ee91-ce46dbbf9f4d',
|
||||||
'tz': '-03:00',
|
'tz': '-03:00',
|
||||||
'Authorization': try_get(self._get_cookies('https://globo.com'),
|
'Authorization': try_get(self._get_cookies('https://globo.com'),
|
||||||
lambda x: f'Bearer {x['GLBID'].value}') or '',
|
lambda x: f'Bearer {x["GLBID"].value}') or '',
|
||||||
'version': 1,
|
'version': 1,
|
||||||
}).encode())
|
}).encode())
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue