1
0
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:
Rnovino 2019-07-27 14:02:22 +08:00 committed by GitHub
parent 90634acfcf
commit 48670d2a07
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()))