mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[udemy] Fix typo
This commit is contained in:
parent
f5bc4b5f95
commit
3092fc4035
@ -147,7 +147,7 @@ def _real_extract(self, url):
|
||||
# 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user