Browse Source

[elpais] Fix typo

master
Sergey M. 10 years ago
parent
commit
bf3a2fe923
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/elpais.py

2
youtube_dl/extractor/elpais.py

@ -9,7 +9,7 @@ from ..utils import unified_strdate
class ElPaisIE(InfoExtractor):
_VALID_URL = r'https?://(?:[^.]+\.)?elpais\.com/.*/(?P<id>[^/#?]+)\.html(?:$|[?#])'
IE_DESCR = 'El País'
IE_DESC = 'El País'
_TEST = {
'url': 'http://blogs.elpais.com/la-voz-de-inaki/2014/02/tiempo-nuevo-recetas-viejas.html',

Loading…
Cancel
Save