]> git.bitcoin.ninja Git - youtube-dl/blobdiff - youtube_dl/extractor/mitele.py
[ign] improve extraction and extract uploader_id
[youtube-dl] / youtube_dl / extractor / mitele.py
index 9e8a8fc726107988bb8ca410a5120df03fd881cf..54993e2c9f690cf7b01ac3dcde7b4de6ef431d25 100644 (file)
@@ -10,7 +10,7 @@ from ..utils import (
 
 
 class MiTeleIE(InfoExtractor):
-    IE_NAME = 'mitele.es'
+    IE_DESC = 'mitele.es'
     _VALID_URL = r'http://www\.mitele\.es/[^/]+/[^/]+/[^/]+/(?P<id>[^/]+)/'
 
     _TESTS = [{