mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[udemy] Improve course id v4 regex
This commit is contained in:
parent
a7ba57dc17
commit
70cab344c4
@ -144,7 +144,7 @@ class UdemyIE(InfoExtractor):
|
|||||||
webpage = self._download_webpage(url, lecture_id)
|
webpage = self._download_webpage(url, lecture_id)
|
||||||
|
|
||||||
course_id = self._search_regex(
|
course_id = self._search_regex(
|
||||||
(r'data-course-id=["\'](\d+)', r'"id": (\d+)'),
|
(r'data-course-id=["\'](\d+)', r'"id"\s*:\s*(\d+)'),
|
||||||
webpage, 'course id')
|
webpage, 'course id')
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user