View Single Post
Old 06-18-2011, 07:40 AM   #1
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
Recipe : 'Walk -The magazine of the Ramblers'

Some interesting articles for UK walkers/ramblers. Set up to grab 28 days feeds as it's not prolific.

BTW this seems to be a really cleanly written site with no processing required (probably get proven wrong now)

Code:
class AdvancedUserRecipe1306061239(BasicNewsRecipe):
    title          = u'Walk Magazine'
    description = 'The magazine of the Ramblers'

    author = 'Dave Asbury'
    
    cover_url = 'http://www.walkmag.co.uk/wp-content/themes/walkv1/style/images/walk_logo_white.png'
    masthead_url = 'http://www.walkmag.co.uk/wp-content/themes/walkv1/style/images/graphic_footer_bg.gif'
    

    oldest_article = 28
    max_articles_per_feed = 100
    remove_empty_feeds = True
    remove_javascript     = True
    no_stylesheets = True

    
    feeds          = [(u'All News', u'http://www.walkmag.co.uk/feed/')  ]
scissors is offline   Reply With Quote