[telecinco] Fix typo
authorSergey M․ <dstftw@gmail.com>
Wed, 16 Sep 2015 16:49:26 +0000 (22:49 +0600)
committerSergey M․ <dstftw@gmail.com>
Wed, 16 Sep 2015 16:49:26 +0000 (22:49 +0600)
youtube_dl/extractor/telecinco.py

index b0bf9ab8d47fb1e9d5cbd7682f95f95c652fdb8e..2c8e9b9410f09f23349584e7945bed64e5dd3a76 100644 (file)
@@ -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<id>.+?)\.html'
 
     _TESTS = [{