mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 22:23:25 +02:00
Fix climate progress recipe
This commit is contained in:
parent
5a8f5726bf
commit
f43a4467d3
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Reference in a new issue