Extra check

main2
Bob Mottram 2019-11-04 20:49:19 +00:00
parent ba5608c705
commit b636d6d287
1 changed files with 2 additions and 0 deletions

View File

@ -251,6 +251,8 @@ def removeLongWords(content: str,maxWordLength: int,longWordsList: []) -> str:
for wordStr in longWordsList:
if wordStr.startswith('<'):
continue
if '="' in wordStr:
continue
if 'https:' in wordStr:
continue
elif 'http:' in wordStr: