diff --git a/recipes/jot_down.recipe b/recipes/jot_down.recipe index 65c762a013..b1b9deccd7 100644 --- a/recipes/jot_down.recipe +++ b/recipes/jot_down.recipe @@ -34,7 +34,7 @@ class jotdown(BasicNewsRecipe): (u'Portada', u'http://www.jotdown.es/feed/') ] - keep_only_tags = [dict(name='div', attrs={'id':['content']}), + keep_only_tags = [dict(name='div', attrs={'class':['entry-content']}), dict(name='div', attrs={'id':['comments']}), ]