With this feed
http://www.ilgiornale.it/?RSS=S
i must use
<code>
def get_article_url(self, article):
return article.get('guid', article.get('id', None))
</>
because it is a feedsportal.
But there is a problem:
with this article (and some other like this...)
http://www.ilgiornale.it/interni/rom...e=0-comments=1
the print link is the same, it's necessary only to replace "articolo-id" with "articolostampa-id"
i think that is necessary to use the print link, because when the article is divided into multiple page, it is impossible to read all the page.
the get_article_url return a link like
http://www.ilgiornale.it/a.pic1?ID=438656
but i am not able to find the print link...