View Single Post
Old 06-12-2011, 07:23 AM   #2
scissors
Addict
scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.
 
Posts: 241
Karma: 1001369
Join Date: Sep 2010
Device: prs300, kindle keyboard 3g
Quote:
Originally Posted by Ray99 View Post
I had a stab at this but it was a real car crash. Can anyone have a go at this one for me?

http://www.richardherring.com/warmingup/rss.php

Ray
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')
	]
scissors is offline   Reply With Quote