From fb3ef7fc850e2d1ec7b2aa181f4858b3efcabccf Mon Sep 17 00:00:00 2001 From: slipinthedove Date: Thu, 19 Dec 2024 22:44:17 -0300 Subject: [PATCH] mistypo on cookie resolve - happens --- yt_dlp/extractor/globo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/globo.py b/yt_dlp/extractor/globo.py index b16da218e..61521f9d4 100644 --- a/yt_dlp/extractor/globo.py +++ b/yt_dlp/extractor/globo.py @@ -87,7 +87,7 @@ class GloboIE(InfoExtractor): 'vsid': '2938bc7c-9376-d4b7-ee91-ce46dbbf9f4d', 'tz': '-03:00', '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, }).encode())