mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-08 19:47:23 +08:00
Added Codewithmosh.com
This commit is contained in:
parent
90634acfcf
commit
78e1bd2422
@ -28,6 +28,7 @@ class TeachableBaseIE(InfoExtractor):
|
|||||||
'learnability.org': 'learnability',
|
'learnability.org': 'learnability',
|
||||||
'edurila.com': 'edurila',
|
'edurila.com': 'edurila',
|
||||||
'courses.workitdaily.com': 'workitdaily',
|
'courses.workitdaily.com': 'workitdaily',
|
||||||
|
'codewithmosh.com': 'codemosh',
|
||||||
}
|
}
|
||||||
|
|
||||||
_VALID_URL_SUB_TUPLE = (_URL_PREFIX, '|'.join(re.escape(site) for site in _SITES.keys()))
|
_VALID_URL_SUB_TUPLE = (_URL_PREFIX, '|'.join(re.escape(site) for site in _SITES.keys()))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user