diff --git a/functions.py b/functions.py index e971bd9..96f0a32 100755 --- a/functions.py +++ b/functions.py @@ -77,7 +77,7 @@ def extract_toot(toot): for ht in soup.select("a.hashtag"): #make hashtags no longer links, just text ht.unwrap() - for link in soup.select("a"): #ocnvert example.com to just https://example.com link.insert_after(link["href"]) link.decompose()