aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2019-02-03 09:10:09 +0100
committerRemita Amine <remitamine@gmail.com>2019-02-03 09:10:35 +0100
commiteecf788b90fa4d49567c714f5a613fdd2b6e2507 (patch)
tree2e8458448a53a94861f10764276aa56596d9040f
parent0efcb5a2fe0c3024d3e5affe74b3d0d416413ffa (diff)
downloadyoutube-dl-eecf788b90fa4d49567c714f5a613fdd2b6e2507.tar.xz
[teachable] add support for courses.workitdaily.com (closes #18871)
-rw-r--r--youtube_dl/extractor/teachable.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/teachable.py b/youtube_dl/extractor/teachable.py
index 47ac95ee8..c1a9deafe 100644
--- a/youtube_dl/extractor/teachable.py
+++ b/youtube_dl/extractor/teachable.py
@@ -27,6 +27,7 @@ class TeachableBaseIE(InfoExtractor):
'market.saleshacker.com': 'saleshacker',
'learnability.org': 'learnability',
'edurila.com': 'edurila',
+ 'courses.workitdaily.com': 'workitdaily',
}
_VALID_URL_SUB_TUPLE = (_URL_PREFIX, '|'.join(re.escape(site) for site in _SITES.keys()))