View Single Post
Old 01-28-2012, 03:58 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
bbc nature recipe update

Changed some urls as same old articles downloaded

Spoiler:

class AdvancedUserRecipe1325006965(BasicNewsRecipe):
title = u'BBC Nature'
cover_url = 'http://www.bbc.co.uk/midlandstoday/content/images/2007/11/09/autumnwatch_203_203x152.jpg'
__author__ = 'Dave Asbury'
# last updated 28/1/12
language = 'en_GB'
oldest_article = 31
max_articles_per_feed = 25
remove_empty_feeds = True
no_stylesheets = True
auto_cleanup = True
#articles_are_obfuscated = True

remove_tags = [
dict(attrs={'class' : ['player']}),

]
feeds = [
(u'BBC Nature', u'http://feeds.bbci.co.uk/nature/rss.xml'),
(u'BBC Nature Features', u'http://feeds.bbci.co.uk/nature/features/rss.xml'),
(u'BBC Nature - Whats New', u'http://www.bbc.co.uk/nature/wildlife/by/updated.rss'),
]
#http://www.bbc.co.uk/midlandstoday/c...03_203x152.jpg
scissors is offline   Reply With Quote