1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-02 06:56:08 +08:00

Added Codewithmosh.com

This commit is contained in:
Rnovino 2019-07-27 14:26:09 +08:00 committed by GitHub
parent 90634acfcf
commit 78e1bd2422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()))