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