1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-18 09:49:36 +00:00

[telecinco] Fix typo

This commit is contained in:
Sergey M․ 2015-09-16 22:49:26 +06:00
parent d492dad8f4
commit 4647fd8910

View 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 = [{