mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-11 07:10:30 +00:00
parent
183a18c4e7
commit
d1fcf255c5
@ -68,9 +68,10 @@ def is_logged(urlh):
|
|||||||
raise ExtractorError(
|
raise ExtractorError(
|
||||||
'Unable to login: %s' % credentials, expected=True)
|
'Unable to login: %s' % credentials, expected=True)
|
||||||
|
|
||||||
# oreilly serves two same groot_sessionid cookies in Set-Cookie header
|
# oreilly serves two same instances of the following cookies
|
||||||
# and expects first one to be actually set
|
# in Set-Cookie header and expects first one to be actually set
|
||||||
self._apply_first_set_cookie_header(urlh, 'groot_sessionid')
|
for cookie in ('groot_sessionid', 'orm-jwt', 'orm-rt'):
|
||||||
|
self._apply_first_set_cookie_header(urlh, cookie)
|
||||||
|
|
||||||
_, urlh = self._download_webpage_handle(
|
_, urlh = self._download_webpage_handle(
|
||||||
auth.get('redirect_uri') or next_uri, None, 'Completing login',)
|
auth.get('redirect_uri') or next_uri, None, 'Completing login',)
|
||||||
|
Loading…
Reference in New Issue
Block a user