mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-01 00:31:44 +03:00
[Vanillo] Add extractor
scrapped code mention removal
This commit is contained in:
@@ -14,8 +14,7 @@ class VanilloIE(InfoExtractor):
|
|||||||
|
|
||||||
def _real_initialize(self):
|
def _real_initialize(self):
|
||||||
"""
|
"""
|
||||||
Called before extracting each URL. This checks the cookie jar for an access token,
|
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.
|
|
||||||
"""
|
"""
|
||||||
# 1) Check if we already have an access token in our cookies
|
# 1) Check if we already have an access token in our cookies
|
||||||
if not self._access_token:
|
if not self._access_token:
|
||||||
|
|||||||
Reference in New Issue
Block a user