mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 11:02:51 -05:00
This commit is contained in:
@ -144,7 +144,8 @@ class UdemyIE(InfoExtractor):
|
||||
webpage = self._download_webpage(url, lecture_id)
|
||||
|
||||
course_id = self._search_regex(
|
||||
r'data-course-id=["\'](\d+)', webpage, 'course id')
|
||||
(r'data-course-id=["\'](\d+)', r'"id": (\d+)'),
|
||||
webpage, 'course id')
|
||||
|
||||
try:
|
||||
lecture = self._download_lecture(course_id, lecture_id)
|
||||
|
Reference in New Issue
Block a user