mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-11 18:10:15 +08:00
fix mteam
This commit is contained in:
@@ -24,7 +24,7 @@ class SiteUtils:
|
||||
' or contains(@href, "usercp")]',
|
||||
'//form[contains(@action, "logout")]',
|
||||
'//div[@class="user-info-side"]',
|
||||
'//a[contains(@href, "/profile/detail/")]']
|
||||
'//a[contains(text(), "退出")]']
|
||||
for xpath in xpaths:
|
||||
if html.xpath(xpath):
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user