From 38a4942a6e8059057504e22a76221c0e6a9dd3a2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 14 Oct 2013 10:08:41 +0530 Subject: [PATCH] Update Carta --- recipes/carta.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/carta.recipe b/recipes/carta.recipe index b63ab0aa6d..7f2a9e1e19 100644 --- a/recipes/carta.recipe +++ b/recipes/carta.recipe @@ -12,7 +12,7 @@ class Carta(BasicNewsRecipe): title = u'Carta' description = 'News about electronic publishing' - __author__ = 'Oliver Niesner' + __author__ = 'Oliver Niesner' # AGe Update 2013-10-13 use_embedded_content = False timefmt = ' [%a %d %b %Y]' oldest_article = 7 @@ -25,7 +25,7 @@ class Carta(BasicNewsRecipe): - remove_tags_after = [dict(name='p', attrs={'class':'tags-blog'})] + remove_tags_after = [dict(name='div', attrs={'id':'BlogContent'})] # AGe remove_tags = [dict(name='p', attrs={'class':'print'}), dict(name='p', attrs={'class':'tags-blog'}),