Browse Source

[mitele] Clarify IE_DESC

Sergey M․ 10 years ago
parent
commit
3368d70dce
1 changed files with 1 additions and 1 deletions
  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):
 class MiTeleIE(InfoExtractor):
-    IE_NAME = 'mitele.es'
+    IE_DESC = 'mitele.es'
     _VALID_URL = r'http://www\.mitele\.es/[^/]+/[^/]+/[^/]+/(?P<id>[^/]+)/'
     _VALID_URL = r'http://www\.mitele\.es/[^/]+/[^/]+/[^/]+/(?P<id>[^/]+)/'
 
 
     _TESTS = [{
     _TESTS = [{