mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-03 11:24:51 +00:00
@@ -405,7 +405,7 @@ class UdemyIE(InfoExtractor):
|
||||
}
|
||||
|
||||
|
||||
class UdemyCourseIE(UdemyIE):
|
||||
class UdemyCourseIE(UdemyIE): # XXX: Do not subclass from concrete IE
|
||||
IE_NAME = 'udemy:course'
|
||||
_VALID_URL = r'https?://(?:[^/]+\.)?udemy\.com/(?P<id>[^/?#&]+)'
|
||||
_TESTS = [{
|
||||
|
Reference in New Issue
Block a user