mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 23:03:26 +02:00
Fix La Republica
This commit is contained in:
parent
d7aff8911d
commit
45cd9f4708
1 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,8 @@ class LaRepubblica(BasicNewsRecipe):
|
|||
recursion = 10
|
||||
|
||||
remove_javascript = True
|
||||
no_stylesheets = True
|
||||
|
||||
def get_article_url(self, article):
|
||||
link = article.get('id', article.get('guid', None))
|
||||
if link is None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue