mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix La Republica
This commit is contained in:
parent
d7aff8911d
commit
45cd9f4708
@ -28,6 +28,8 @@ class LaRepubblica(BasicNewsRecipe):
|
|||||||
recursion = 10
|
recursion = 10
|
||||||
|
|
||||||
remove_javascript = True
|
remove_javascript = True
|
||||||
|
no_stylesheets = True
|
||||||
|
|
||||||
def get_article_url(self, article):
|
def get_article_url(self, article):
|
||||||
link = article.get('id', article.get('guid', None))
|
link = article.get('id', article.get('guid', None))
|
||||||
if link is None:
|
if link is None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user