projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9ea0bf
)
[elpais] Fix typo
author
Sergey M.
<dstftw@gmail.com>
Thu, 6 Feb 2014 17:38:29 +0000
(
00:38
+0700)
committer
Sergey M.
<dstftw@gmail.com>
Thu, 6 Feb 2014 17:38:29 +0000
(
00:38
+0700)
youtube_dl/extractor/elpais.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/elpais.py
b/youtube_dl/extractor/elpais.py
index 29140015295b94799946166db7a4b8c01d90aa68..4277202a2eea45afdcd750e3e22e651d5ac9342c 100644
(file)
--- 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_DESC
R
= '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',