fix: regex

This commit is contained in:
Rongrong 2022-12-17 02:00:44 +08:00
parent 0624b6b847
commit 7b512762fc
No known key found for this signature in database
GPG Key ID: 1C2D45D45AB7FE94

View File

@ -31,7 +31,7 @@ ouenParser = re.compile(
r'|' r'|'
r'(\\.*/\s*){2,}' r'(\\.*/\s*){2,}'
r'|' r'|'
r'(.*\s*){2,}}' r'(.*\s*){2,}'
r'|' r'|'
r'[/\\]{2,}' r'[/\\]{2,}'
r')$' r')$'