Explorar o código

[mitele] Clarify IE_DESC

Sergey M․ %!s(int64=10) %!d(string=hai) anos
pai
achega
3368d70dce
Modificáronse 1 ficheiros con 1 adicións e 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 = [{