From 0a28d743a13aa8a5a49c6c4a5987737466bf6dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodr=C3=ADguez=20Ledo=20Nah=C3=BAm=2C=20INI-MBM-MEB?= Date: Wed, 21 Aug 2024 15:10:20 +0200 Subject: [PATCH] Update jot_down.recipe --- recipes/jot_down.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']}), ]