mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-09 01:16:50 +08:00
Merge pull request #2832 from wikrin/dev
This commit is contained in:
+1
-1
@@ -185,7 +185,7 @@ class StringUtils:
|
|||||||
忽略特殊字符
|
忽略特殊字符
|
||||||
"""
|
"""
|
||||||
# 需要忽略的特殊字符
|
# 需要忽略的特殊字符
|
||||||
CONVERT_EMPTY_CHARS = r"[、.。,,·::;;!!'’\"“”()()\[\]【】「」\-——\+\|\\_/&#~~]"
|
CONVERT_EMPTY_CHARS = r"[、.。,,·::;;!!'’\"“”()()\[\]【】「」\-—―\+\|\\_/&#~~]"
|
||||||
if not text:
|
if not text:
|
||||||
return text
|
return text
|
||||||
if not isinstance(text, list):
|
if not isinstance(text, list):
|
||||||
|
|||||||
Reference in New Issue
Block a user