diff --git a/posts.py b/posts.py index 614d790b0..f2d3aae8d 100644 --- a/posts.py +++ b/posts.py @@ -533,7 +533,8 @@ def _updateWordFrequency(content: str, wordFrequency: {}) -> None: '"' in word or \ '@' in word or \ "'" in word or \ - '://' in word: + "--" in word or \ + '//' in word: continue if word.lower() in commonWords: continue