Update yt_dlp/extractor/youtube/_base.py

This commit is contained in:
coletdjnz
2025-04-26 20:43:04 +12:00
committed by GitHub
parent 8ef556d3c2
commit 0d9d0e1d42
+1 -1
View File
@@ -621,7 +621,7 @@ class YoutubeBaseInfoExtractor(InfoExtractor):
self.report_warning(
'The provided YouTube account cookies are no longer valid. '
'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)
return response