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