mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
7784ba8d4b
commit
79e14e2f79
3
posts.py
3
posts.py
|
@ -223,7 +223,8 @@ def no_of_followers_on_domain(base_dir: str, handle: str,
|
||||||
|
|
||||||
|
|
||||||
def _clean_html(raw_html: str) -> str:
|
def _clean_html(raw_html: str) -> str:
|
||||||
# text=BeautifulSoup(raw_html, 'html.parser').get_text()
|
"""Remove escape codes from html string
|
||||||
|
"""
|
||||||
text = raw_html
|
text = raw_html
|
||||||
return html.unescape(text)
|
return html.unescape(text)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue