I had a quick look, and it seems their website changed. But more important, the articlelinks from their feed are redirected twice; the last one points to a local path. It looks like Calibre chokes on that, which is weird because when I add the following to the recipe
Code:
def get_article_url(self, article) :
br = self.get_browser()
br.open(article.link).read()
#print br.geturl()
return br.geturl()
articles are downloaded all right. But this makes it freaking slow. It there another workaround, anyone?
Also the articles are now empty, but that is because the CSS classes changed