Update yt_dlp/extractor/youtube.py

This commit is contained in:
coletdjnz 2025-01-07 20:12:24 +13:00 committed by GitHub
parent 766a9c015c
commit 03d3122bd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -569,7 +569,7 @@ def _initialize_pref(self):
def _initialize_cookie_auth(self):
self._load_sid_cookies()
if self._SAPISID or self._1PSAPISID or self._3PSAPISID:
self.write_debug('Logged in using cookies')
self.write_debug('Found YouTube account cookies')
def _real_initialize(self):
self._initialize_pref()