mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-06-01 23:16:45 +00:00
fix 用户正则
This commit is contained in:
@@ -292,7 +292,7 @@ class WeChatForward(_PluginBase):
|
||||
extra_userid = extras[3]
|
||||
if re.search(extra_pattern, title):
|
||||
# 判断text的userId
|
||||
userid_pattern = r"用户:\{(\d+)\}"
|
||||
userid_pattern = r"用户:(.*?)\n"
|
||||
result = re.search(userid_pattern, text)
|
||||
if not result:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user