[Vanillo] Add extractor

scrapped code mention removal
This commit is contained in:
Dom
2025-03-26 15:58:52 +02:00
parent 8b05bdf7ee
commit 35bba89cdb
+1 -2
View File
@@ -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: