mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-01-07 17:16:08 +00:00
[teachable] add support for courses.workitdaily.com (closes #18871)
This commit is contained in:
parent
0efcb5a2fe
commit
eecf788b90
|
@ -27,6 +27,7 @@ class TeachableBaseIE(InfoExtractor):
|
||||||
'market.saleshacker.com': 'saleshacker',
|
'market.saleshacker.com': 'saleshacker',
|
||||||
'learnability.org': 'learnability',
|
'learnability.org': 'learnability',
|
||||||
'edurila.com': 'edurila',
|
'edurila.com': 'edurila',
|
||||||
|
'courses.workitdaily.com': 'workitdaily',
|
||||||
}
|
}
|
||||||
|
|
||||||
_VALID_URL_SUB_TUPLE = (_URL_PREFIX, '|'.join(re.escape(site) for site in _SITES.keys()))
|
_VALID_URL_SUB_TUPLE = (_URL_PREFIX, '|'.join(re.escape(site) for site in _SITES.keys()))
|
||||||
|
|
Loading…
Reference in a new issue