Display properly HTML Entities in tweets

This commit is contained in:
2022-01-10 05:30:14 -06:00
parent 7a78accd1f
commit 301e3d4361
5 changed files with 18 additions and 15 deletions

View File

@@ -367,6 +367,7 @@ class viewTweet(basicTweet):
pass
def clear_text(self, text):
text = utils.StripChars(text)
urls = utils.find_urls_in_text(text)
for i in urls:
if "https://twitter.com/" in i: