Browse Source

[ted] Clarify IE_NAME

totalwebcasting
Sergey M․ 10 years ago
parent
commit
cfbee8a431
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/ted.py

+ 1
- 0
youtube_dl/extractor/ted.py View File

@ -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…
Cancel
Save