Browse Source

[elpais] Fix typo

totalwebcasting
Sergey M. 11 years ago
parent
commit
bf3a2fe923
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/elpais.py

+ 1
- 1
youtube_dl/extractor/elpais.py View File

@ -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