From 3f19da26cd42bcf3bdc842f11283f05c180347ca Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 13 Jul 2014 20:24:21 +0530 Subject: [PATCH] Update F-Secure Fixes #1341300 [small update to F-Secure Weblog recipe](https://bugs.launchpad.net/calibre/+bug/1341300) --- recipes/f_secure.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/f_secure.recipe b/recipes/f_secure.recipe index 5a03f01ac8..b58735f6e8 100644 --- a/recipes/f_secure.recipe +++ b/recipes/f_secure.recipe @@ -14,7 +14,7 @@ class AdvancedUserRecipe1301860159(BasicNewsRecipe): use_embedded_content = False remove_javascript = True keep_only_tags = [dict(name='div', attrs={'class':'modSectionTd2'})] - remove_tags = [dict(name='a'),dict(name='hr')] + remove_tags = [dict(name='hr')] feeds = [(u'Weblog', u'http://www.f-secure.com/weblog/weblog.rss')] def get_cover_url(self):