Browse Source

[telecinco] Fix typo

master
Sergey M․ 9 years ago
parent
commit
4647fd8910
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/telecinco.py

2
youtube_dl/extractor/telecinco.py

@ -17,7 +17,7 @@ from ..utils import (
class TelecincoIE(InfoExtractor): 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' _VALID_URL = r'https?://www\.(?:telecinco\.es|cuatro\.com|mediaset\.es)/(?:[^/]+/)+(?P<id>.+?)\.html'
_TESTS = [{ _TESTS = [{

|||||||
100:0
Loading…
Cancel
Save