commit: bf3a2fe923a7e9e1d25fb74170aa4cd5223c1632
parent e9ea0bf12347b785b352236cd0d0e0f25a8f26c5
Author: Sergey M <dstftw@gmail.com>
Date: Fri, 7 Feb 2014 00:38:29 +0700
[elpais] Fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/youtube_dl/extractor/elpais.py b/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',