[udemy] Allow authentication via cookies

pull/8/head
Sergey M․ 2015-12-01 22:10:10 +06:00
rodzic 3b35c3425e
commit 78717fc328
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -72,7 +72,7 @@ class UdemyIE(InfoExtractor):
def _login(self):
(username, password) = self._get_login_info()
if username is None:
self.raise_login_required('Udemy account is required')
return
login_popup = self._download_webpage(
self._LOGIN_URL, None, 'Downloading login popup')