diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-09-16 22:49:26 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-09-16 22:49:26 +0600 |
commit | 4647fd89103dc5ded16dc069828a2cf38216093c (patch) | |
tree | 0c97f3d41a57412400c0a5766a2a80458d807be6 /youtube_dl/extractor | |
parent | d492dad8f440c8d0d006a896de0a56b01cd46496 (diff) |
[telecinco] Fix typo
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/telecinco.py | 2 |
1 files changed, 1 insertions, 1 deletions
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<id>.+?)\.html' _TESTS = [{ |