summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-09-16 22:39:24 +0600
committerSergey M․ <dstftw@gmail.com>2015-09-16 22:39:24 +0600
commit0e1b2566fff795981d0f7cccbca6700a3fc260a6 (patch)
tree1352126d39c80003229277f448ba29a85ef90a92
parent369e60162e9cc99c89dac52a40297b68cbc82392 (diff)
downloadyoutube-dl-0e1b2566fff795981d0f7cccbca6700a3fc260a6.tar.gz
youtube-dl-0e1b2566fff795981d0f7cccbca6700a3fc260a6.tar.xz
youtube-dl-0e1b2566fff795981d0f7cccbca6700a3fc260a6.zip
[telecinco] Clarify IE_DESC
-rw-r--r--youtube_dl/extractor/telecinco.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/telecinco.py b/youtube_dl/extractor/telecinco.py
index 685f1db40..9740c3452 100644
--- a/youtube_dl/extractor/telecinco.py
+++ b/youtube_dl/extractor/telecinco.py
@@ -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 = [{