Fix #882260 (Updated recipe for El Universal from Venezuela)

This commit is contained in:
Kovid Goyal 2011-10-27 04:37:31 +05:30
parent d28f911c9b
commit b3ac5522ec

View File

@ -56,6 +56,7 @@ class ElUniversal(BasicNewsRecipe):
]
def print_version(self, url):
rp,sep,rest = url.rpartition('/')
return rp + sep + 'imp_' + rest
return url + '-imp'
def get_article_url(self, article):
return article.get('guid', None)