diff --git a/content.py b/content.py index 8f8f4612f..2e66ef4d2 100644 --- a/content.py +++ b/content.py @@ -266,6 +266,12 @@ def removeLongWords(content: str,maxWordLength: int,longWordsList: []) -> str: if '@' in wordStr: if '@@' not in wordStr: continue + if '=.ed25519' in wordStr: + continue + if '.onion' in wordStr: + continue + if '.i2p' in wordStr: + continue if 'https:' in wordStr: continue elif 'http:' in wordStr: