Explorar el Código

[mitele] Clarify IE_DESC

Sergey M․ hace 10 años
padre
commit
3368d70dce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      youtube_dl/extractor/mitele.py

+ 1 - 1
youtube_dl/extractor/mitele.py

@@ -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 = [{