about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2014-02-07 00:38:29 +0700
committerSergey M. <dstftw@gmail.com>2014-02-07 00:38:29 +0700
commitbf3a2fe923a7e9e1d25fb74170aa4cd5223c1632 (patch)
tree661c0e8bbff36217e8adf1e7e2432199528bef6e
parente9ea0bf12347b785b352236cd0d0e0f25a8f26c5 (diff)
downloadyoutube-dl-bf3a2fe923a7e9e1d25fb74170aa4cd5223c1632.tar.gz
youtube-dl-bf3a2fe923a7e9e1d25fb74170aa4cd5223c1632.tar.xz
youtube-dl-bf3a2fe923a7e9e1d25fb74170aa4cd5223c1632.zip
[elpais] Fix typo
-rw-r--r--youtube_dl/extractor/elpais.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/elpais.py b/youtube_dl/extractor/elpais.py
index 291400152..4277202a2 100644
--- 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',