aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/telecinco.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-09-16 22:49:26 +0600
committerSergey M․ <dstftw@gmail.com>2015-09-16 22:49:26 +0600
commit4647fd89103dc5ded16dc069828a2cf38216093c (patch)
tree0c97f3d41a57412400c0a5766a2a80458d807be6 /youtube_dl/extractor/telecinco.py
parentd492dad8f440c8d0d006a896de0a56b01cd46496 (diff)
downloadyoutube-dl-4647fd89103dc5ded16dc069828a2cf38216093c.zip
youtube-dl-4647fd89103dc5ded16dc069828a2cf38216093c.tar.gz
youtube-dl-4647fd89103dc5ded16dc069828a2cf38216093c.tar.bz2
[telecinco] Fix typo
Diffstat (limited to 'youtube_dl/extractor/telecinco.py')
-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 b0bf9ab..2c8e9b9 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<id>.+?)\.html'
_TESTS = [{