mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-11-02 02:27:01 -05:00
Fix climate progress recipe
This commit is contained in:
parent
5a8f5726bf
commit
f43a4467d3
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user