content encoding?
Take html input normalize and fixed it then return the fixed html, if fix not possible return the input html.
I need it, because i am reading emails with "Imbox" some of them have not correct encoding.
beautifulsoup
Are you sure it return html? It takes html the parse it, i couldn't find property return normalized html
the first page of the documentation already show the parsed and properly formatted HTML: https://www.crummy.com/software/BeautifulSoup/bs4/doc/#beautifulsoup
requests_html can do something similar in the sense it can strip away anything that isn't proper
okay i am going to try all 3 ways hope one of them working
Обсуждают сегодня