View Single Post
Old 01-06-2009, 05:04 AM   #108
Overlord44
Junior Member
Overlord44 began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Dec 2008
Device: Sony PRS-505
OK, this seems to work for Slashdot, it just takes an hour and a half on my PC...

Code:
class AdvancedUserRecipe1230335014(BasicNewsRecipe):
    title          = u'Slashdot'
    oldest_article = 7
    max_articles_per_feed = 100
    
    feeds          = [(u'Slashdot', u'http://rss.slashdot.org/Slashdot/slashdot')]

    def get_article_url(self, article):
        return article.get('feedburner_origlink', None)
EDIT: The second run of this took a shade under 2 hours. Again, it does work, just VERY slowly. I dunno if it's my PC or the website or what, but I will note it occasionally cuts the ends off comments. Might be the site.

Last edited by Overlord44; 01-06-2009 at 07:33 PM.
Overlord44 is offline