up tkblog source

This commit is contained in:
Tykayn 2024-11-15 01:45:11 +01:00 committed by tykayn
parent 1e7a81acd2
commit ffea486a3f
2715 changed files with 127267 additions and 78041 deletions

View file

@ -34,7 +34,8 @@ def extract_body_content(html_content):
if match:
return match.group(1)
else:
return None
print('---- extract_body_content : no body found in this html')
return html_content
def remove_properties_section(text):