Fix La Republica

This commit is contained in:
Kovid Goyal 2011-01-02 15:20:20 -07:00
parent d7aff8911d
commit 45cd9f4708

View File

@ -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: