mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-10 19:37:25 +00:00
[ted] Clarify IE_NAME
This commit is contained in:
parent
736785ab63
commit
cfbee8a431
@ -10,6 +10,7 @@ from ..utils import int_or_none
|
||||
|
||||
|
||||
class TEDIE(InfoExtractor):
|
||||
IE_NAME = 'ted'
|
||||
_VALID_URL = r'''(?x)
|
||||
(?P<proto>https?://)
|
||||
(?P<type>www|embed(?:-ssl)?)(?P<urlmain>\.ted\.com/
|
||||
|
Loading…
Reference in New Issue
Block a user