mirror of https://gitlab.com/bashrc2/epicyon
quote
parent
90197046b3
commit
e742e3ccbc
|
@ -249,7 +249,7 @@ def removeLongWords(content: str,maxWordLength: int,longWordsList: []) -> str:
|
|||
for wordStr in longWordsList:
|
||||
if wordStr.startswith('<'):
|
||||
continue
|
||||
if '=' in wordStr:
|
||||
if '="' in wordStr:
|
||||
continue
|
||||
if 'https:' in wordStr:
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue