1
0
Fork 0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2025-02-22 22:30:35 +00:00

[udemy] Improve course id v4 regex

This commit is contained in:
Sergey M․ 2016-03-16 21:46:09 +06:00
parent a7ba57dc17
commit 70cab344c4

View file

@ -144,7 +144,7 @@ class UdemyIE(InfoExtractor):
webpage = self._download_webpage(url, lecture_id)
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')
try: