[elpais] Fix typo
authorSergey M. <dstftw@gmail.com>
Thu, 6 Feb 2014 17:38:29 +0000 (00:38 +0700)
committerSergey M. <dstftw@gmail.com>
Thu, 6 Feb 2014 17:38:29 +0000 (00:38 +0700)
youtube_dl/extractor/elpais.py

index 29140015295b94799946166db7a4b8c01d90aa68..4277202a2eea45afdcd750e3e22e651d5ac9342c 100644 (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',