mirror of https://gitlab.com/bashrc2/epicyon
Extra check
parent
ba5608c705
commit
b636d6d287
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue