Browse Source

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

Remita Amine 6 years ago
parent
commit
eecf788b90
1 changed files with 1 additions and 0 deletions
  1. 1 0
      youtube_dl/extractor/teachable.py

+ 1 - 0
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()))