View Single Post
Old 11-25-2009, 10:08 AM   #4
evanmaastrigt
Connoisseur
evanmaastrigt doesn't litterevanmaastrigt doesn't litter
 
Posts: 78
Karma: 192
Join Date: Nov 2009
Device: Sony PRS-600
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
evanmaastrigt is offline   Reply With Quote