diff options
author | Sergey M. <dstftw@gmail.com> | 2014-02-07 00:38:29 +0700 |
---|---|---|
committer | Sergey M. <dstftw@gmail.com> | 2014-02-07 00:38:29 +0700 |
commit | bf3a2fe923a7e9e1d25fb74170aa4cd5223c1632 (patch) | |
tree | 661c0e8bbff36217e8adf1e7e2432199528bef6e /youtube_dl/extractor/elpais.py | |
parent | e9ea0bf12347b785b352236cd0d0e0f25a8f26c5 (diff) |
[elpais] Fix typo
Diffstat (limited to 'youtube_dl/extractor/elpais.py')
-rw-r--r-- | youtube_dl/extractor/elpais.py | 2 |
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', |