[telecinco] Clarify IE_DESC
[youtube-dl] / youtube_dl / extractor / telecinco.py
index 685f1db404f560482cbbc261a1c143c8d218822a..9740c34522d515a54a049281f92f7aadcf02a8dd 100644 (file)
@@ -17,7 +17,7 @@ from ..utils import (
 
 
 class TelecincoIE(InfoExtractor):
-    IE_NAME = 'telecinco.es'
+    IE_DESC = 'telecinco.es and cuatro.es'
     _VALID_URL = r'https?://www\.(?:telecinco\.es|cuatro\.com)/(?:[^/]+/)+(?P<id>.+?)\.html'
 
     _TESTS = [{