import html def html_unescape(text): return html.unescape(text)