From 0e1b2566fff795981d0f7cccbca6700a3fc260a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sergey=20M=E2=80=A4?= Date: Wed, 16 Sep 2015 22:39:24 +0600 Subject: [PATCH] [telecinco] Clarify IE_DESC --- youtube_dl/extractor/telecinco.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.+?)\.html' _TESTS = [{ -- 2.30.2