minor fix

pull/142/head
Aevann 2023-03-26 14:28:32 +02:00
parent 5c32c8215e
commit ed7baccb5c
1 changed files with 8 additions and 7 deletions

View File

@ -651,6 +651,7 @@ def complies_with_chud(obj):
return True
#check for agendaposter_phrase in body_html
if old_body_html:
excluded_tags = {'del','sub','sup','marquee','spoiler','lite-youtube','video','audio'}
soup = BeautifulSoup(old_body_html, 'lxml')
tags = soup.html.body.find_all(lambda tag: tag.name not in excluded_tags and not tag.attrs, recursive=False)