From 48670d2a077f7c25657e96d68ff7489b16361c17 Mon Sep 17 00:00:00 2001 From: Rnovino Date: Sat, 27 Jul 2019 14:02:22 +0800 Subject: [PATCH] Added codewithmosh.com --- youtube_dl/extractor/teachable.py | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube_dl/extractor/teachable.py b/youtube_dl/extractor/teachable.py index c1a9deafe..4878b31b9 100644 --- a/youtube_dl/extractor/teachable.py +++ b/youtube_dl/extractor/teachable.py @@ -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()))