From 35bba89cdbfae830a07c3d773e804f81cf0bde7d Mon Sep 17 00:00:00 2001 From: Dom <30157265+do76@users.noreply.github.com> Date: Wed, 26 Mar 2025 15:58:52 +0200 Subject: [PATCH] [Vanillo] Add extractor scrapped code mention removal --- yt_dlp/extractor/vanillo.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yt_dlp/extractor/vanillo.py b/yt_dlp/extractor/vanillo.py index 427372c60c..f62f0c5fde 100644 --- a/yt_dlp/extractor/vanillo.py +++ b/yt_dlp/extractor/vanillo.py @@ -14,8 +14,7 @@ class VanilloIE(InfoExtractor): def _real_initialize(self): """ - Called before extracting each URL. This checks the cookie jar for an access token, - or if none is found, attempts a direct login with --username and --password. + Called before extracting each URL. This checks the cookie jar for an access token """ # 1) Check if we already have an access token in our cookies if not self._access_token: