mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix
This commit is contained in:
@@ -693,6 +693,8 @@ class WeChatForward(_PluginBase):
|
||||
else:
|
||||
# 搜索消息,获取消息text中的用户
|
||||
result = re.search(r"用户:(.*?)\n", text)
|
||||
if not result:
|
||||
result = re.search(r"\*用户\*:(.*?)\n", text)
|
||||
if not result:
|
||||
# 订阅消息,获取消息text中的用户
|
||||
pattern = r"来自用户:(.*?)$"
|
||||
|
||||
Reference in New Issue
Block a user