mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-09 20:43:55 +03:00
Update yt_dlp/extractor/youtube/_base.py
This commit is contained in:
@@ -621,7 +621,7 @@ class YoutubeBaseInfoExtractor(InfoExtractor):
|
|||||||
self.report_warning(
|
self.report_warning(
|
||||||
'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. '
|
||||||
f'For tips on how to effectively export YouTube cookies, refer to {self._COOKIE_HOWTO_WIKI_URL} .',
|
f'For tips on how to effectively export YouTube cookies, refer to {self._COOKIE_HOWTO_WIKI_URL} .',
|
||||||
only_once=False)
|
only_once=False)
|
||||||
|
|
||||||
return response
|
return response
|
||||||
|
|||||||
Reference in New Issue
Block a user