Quote:
Originally Posted by Ray99
|
This at least gets something - hope it helps until maybe someone clever can get you something...
Code:
class AdvancedUserRecipe1306097511(BasicNewsRecipe):
title = u'Richard Herring'
#remove_empty_feeds = True
no_stylesheets = True
oldest_article = 7
max_articles_per_feed = 100
remove_javascript = True
author = 'Dave Asbury'
keep_only_tags = [
dict(name='p')
]
feeds = [
(u'Warming up', u'http://www.richardherring.com/warmingup/rss.php')
]