[udemy] Fix typo

pull/8063/head
Sergey M․ 2015-12-31 01:09:21 +06:00
rodzic f5bc4b5f95
commit 3092fc4035
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -147,7 +147,7 @@ class UdemyIE(InfoExtractor):
# Error could possibly mean we are not enrolled in the course
if isinstance(e.cause, compat_HTTPError) and e.cause.code == 403:
self._enroll_course(webpage, course_id)
lecture_id = self._download_lecture(course_id, lecture_id)
lecture = self._download_lecture(course_id, lecture_id)
else:
raise