Skip to content

Commit

Permalink
[teachable] add support for courses.workitdaily.com (closes #18871)
Browse files Browse the repository at this point in the history
  • Loading branch information
remitamine committed Feb 3, 2019
1 parent 0efcb5a commit eecf788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions youtube_dl/extractor/teachable.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()))
Expand Down

0 comments on commit eecf788

Please sign in to comment.