mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-05 10:41:51 +03:00
cleanup
This commit is contained in:
@@ -33,7 +33,6 @@ class LecturioBaseIE(InfoExtractor):
|
|||||||
}
|
}
|
||||||
|
|
||||||
def _perform_login(self, username, password):
|
def _perform_login(self, username, password):
|
||||||
|
|
||||||
# Sets some cookies
|
# Sets some cookies
|
||||||
_, urlh = self._download_webpage_handle(
|
_, urlh = self._download_webpage_handle(
|
||||||
self._LOGIN_URL, None, 'Downloading login popup')
|
self._LOGIN_URL, None, 'Downloading login popup')
|
||||||
|
|||||||
Reference in New Issue
Block a user