Fix climate progress recipe

This commit is contained in:
Kovid Goyal 2009-06-01 09:54:01 -07:00
parent 5a8f5726bf
commit f43a4467d3

View File

@ -32,8 +32,6 @@ class ClimateProgress(BasicNewsRecipe):
html2epub_options = 'publisher="' + publisher + '"\ncomments="' + description + '"\ntags="' + category + '"'
remove_tags = [dict(name='a', attrs={'rel':'bookmark'})]
feeds = [(u'Posts', u'http://feeds.feedburner.com/climateprogress/lCrX')]
def preprocess_html(self, soup):