From: Sergey M․ Date: Wed, 16 Sep 2015 16:39:24 +0000 (+0600) Subject: [telecinco] Clarify IE_DESC X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=0e1b2566fff795981d0f7cccbca6700a3fc260a6;p=youtube-dl [telecinco] Clarify IE_DESC --- 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 = [{