View Single Post
Old 06-09-2011, 10:12 PM   #2
damboris
Junior Member
damboris began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jun 2011
Device: kindle
this is the basic recipe i have put together...

class AdvancedUserRecipe1307668756(BasicNewsRecipe):
title = u'Grantland'
oldest_article = 7
max_articles_per_feed = 100
no_stylesheets = True
remove_tags_before = dict(id='content')
remove_tags_after = dict(id='footer')
remove_tags = [dict(name='h1', attrs={'class':'grantland-logo'}),
dict(name='nav'),
dict(name='aside')]

feeds = [(u'Grantland.com', u'http://www.grantland.com/feed')]
i'm having trouble getting this to subdivide the articles by author, though. not sure if it's possible. advice appreciated.
damboris is offline   Reply With Quote