Update jot_down.recipe

This commit is contained in:
Rodríguez Ledo Nahúm, INI-MBM-MEB 2024-08-21 15:10:20 +02:00
parent 76743a0210
commit 0a28d743a1

View File

@ -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']}),
]