View Single Post
Old 12-04-2021, 06:22 AM   #6
senacra
Junior Member
senacra began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Dec 2021
Device: Kindle 4
Hi,

I just noticed the same issue.
After analysis, i think i found a fix :
keep_only_tags = [
dict(name='h1'),
dict(name='div', **classes('author')),
classes('news__heading__top__intro news__body__center__article')
]

Working for me
senacra is offline   Reply With Quote