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.