mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-12-28 00:57:54 +01:00
Merge remote-tracking branch 'upstream/master' into porntrex
This commit is contained in:
commit
13619a2d81
@ -76,7 +76,10 @@ class UdemyIE(InfoExtractor):
|
||||
webpage, 'course', default='{}')),
|
||||
video_id, fatal=False) or {}
|
||||
course_id = course.get('id') or self._search_regex(
|
||||
r'data-course-id=["\'](\d+)', webpage, 'course id')
|
||||
[
|
||||
r'data-course-id=["\'](\d+)',
|
||||
r'"courseId"\s*:\s*(\d+)'
|
||||
], webpage, 'course id')
|
||||
return course_id, course.get('title')
|
||||
|
||||
def _enroll_course(self, base_url, webpage, course_id):
|
||||
|
Loading…
Reference in New Issue
Block a user