mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-24 18:13:31 +02:00
Fix #882260 (Updated recipe for El Universal from Venezuela)
This commit is contained in:
parent
d28f911c9b
commit
b3ac5522ec
1 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue