This commit is contained in:
bashonly 2024-05-31 04:13:13 +00:00 committed by GitHub
parent 8dcf87c769
commit 9d8933d4d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,6 @@ class LecturioBaseIE(InfoExtractor):
}
def _perform_login(self, username, password):
# Sets some cookies
_, urlh = self._download_webpage_handle(
self._LOGIN_URL, None, 'Downloading login popup')