mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-29 03:55:53 +00:00
[ie/youtube] Keep throwing the cookie error
This commit is contained in:
parent
7cb1c0507f
commit
1276b86e01
@ -616,7 +616,6 @@ class YoutubeBaseInfoExtractor(InfoExtractor):
|
|||||||
|
|
||||||
# Check that we are still logged-in and cookies have not rotated after every request
|
# Check that we are still logged-in and cookies have not rotated after every request
|
||||||
if self._had_cookie_auth and not self._has_auth_cookies():
|
if self._had_cookie_auth and not self._has_auth_cookies():
|
||||||
self._had_cookie_auth = False
|
|
||||||
raise ExtractorError(
|
raise ExtractorError(
|
||||||
'The provided YouTube account cookies are no longer valid. '
|
'The provided YouTube account cookies are no longer valid. '
|
||||||
'They have likely been rotated in the browser as a security measure. '
|
'They have likely been rotated in the browser as a security measure. '
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user