remove blank preference for authorization

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
dove 2025-01-27 15:29:07 -03:00 committed by GitHub
parent 5823483409
commit 3d36dd9900
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,7 +121,7 @@ def _real_extract(self, url):
'capabilities': {'low_latency': True},
'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}'),
'version': 1,
})).encode())