youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit eecf788b90fa4d49567c714f5a613fdd2b6e2507
parent 0efcb5a2fe0c3024d3e5affe74b3d0d416413ffa
Author: Remita Amine <remitamine@gmail.com>
Date:   Sun,  3 Feb 2019 09:10:09 +0100

[teachable] add support for courses.workitdaily.com (closes #18871)

Diffstat:
Myoutube_dl/extractor/teachable.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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()))