inline list
This commit is contained in:
parent
18d9939ae3
commit
95adb8ece0
@ -72,8 +72,7 @@ class SafariBaseIE(InfoExtractor):
|
|||||||
# and expects first one to be actually set
|
# and expects first one to be actually set
|
||||||
# Fix issue #22161
|
# Fix issue #22161
|
||||||
# We need 2 more cookies to be able to login to oreilly
|
# We need 2 more cookies to be able to login to oreilly
|
||||||
cookies = ['groot_sessionid', 'orm-jwt', 'orm-rt']
|
for cookie in ('groot_sessionid', 'orm-jwt', 'orm-rt'):
|
||||||
for cookie in cookies:
|
|
||||||
self._apply_first_set_cookie_header(urlh, cookie)
|
self._apply_first_set_cookie_header(urlh, cookie)
|
||||||
|
|
||||||
_, urlh = self._download_webpage_handle(
|
_, urlh = self._download_webpage_handle(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user