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/') ]