new escape message

This commit is contained in:
msramalho
2023-07-27 20:14:59 +01:00
parent 3dd3775cbd
commit f086d89111

View File

@@ -43,4 +43,5 @@ class UrlUtil:
# twitter profile pictures
if "twimg.com/profile_images" in url: return False
if "twimg.com" in url and "/default_profile_images" in url: return False
return True