This commit is contained in:
Kovid Goyal 2024-08-21 19:10:23 +05:30
commit e36c10dfa3
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -34,7 +34,7 @@ class jotdown(BasicNewsRecipe):
(u'Portada', u'http://www.jotdown.es/feed/') (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']}), dict(name='div', attrs={'id':['comments']}),
] ]