mirror of
https://github.com/Jackett/Jackett
synced 2025-01-20 14:39:31 +00:00
hudbt: remove MR, add login error. resolves #15304
This commit is contained in:
parent
7e913d57b1
commit
e22b5fb7d8
1 changed files with 1 additions and 2 deletions
|
@ -105,6 +105,7 @@ login:
|
|||
trackerssl: yes
|
||||
error:
|
||||
- selector: div#stderr:has(h2:contains("失败"))
|
||||
- selector: div#stderr:has(h2:contains("登录失败"))
|
||||
test:
|
||||
path: index.php
|
||||
selector: form[action$="logout.php"]
|
||||
|
@ -194,8 +195,6 @@ search:
|
|||
img.twoupfree: 2
|
||||
img.twoup: 2
|
||||
"*": 1
|
||||
minimumratio:
|
||||
text: 0.8
|
||||
description:
|
||||
selector: td:nth-child(2) div.torrent-title h3
|
||||
# NexusPHP HUDBT自优化版本 2013-05-13
|
||||
|
|
Loading…
Reference in a new issue