From: Sergey M․ Date: Wed, 16 Sep 2015 16:49:26 +0000 (+0600) Subject: [telecinco] Fix typo X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=4647fd89103dc5ded16dc069828a2cf38216093c;p=youtube-dl [telecinco] Fix typo --- diff --git a/youtube_dl/extractor/telecinco.py b/youtube_dl/extractor/telecinco.py index b0bf9ab8d..2c8e9b941 100644 --- a/youtube_dl/extractor/telecinco.py +++ b/youtube_dl/extractor/telecinco.py @@ -17,7 +17,7 @@ from ..utils import ( class TelecincoIE(InfoExtractor): - IE_DESC = 'telecinco.es, cuatro.es and mediaset.es' + IE_DESC = 'telecinco.es, cuatro.com and mediaset.es' _VALID_URL = r'https?://www\.(?:telecinco\.es|cuatro\.com|mediaset\.es)/(?:[^/]+/)+(?P.+?)\.html' _TESTS = [{