projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0efcb5a
)
[teachable] add support for courses.workitdaily.com (closes #18871)
author
Remita Amine
<remitamine@gmail.com>
Sun, 3 Feb 2019 08:10:09 +0000
(09:10 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Sun, 3 Feb 2019 08:10:35 +0000
(09:10 +0100)
youtube_dl/extractor/teachable.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/teachable.py
b/youtube_dl/extractor/teachable.py
index 47ac95ee8789ff0ba697cc56625e3a93f2cdded8..c1a9deafee4dc2bdb16393b64374367cd47f3e8c 100644
(file)
--- 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()))