mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 21:57:49 +00:00
torrentccf: add login captcha error trap
This commit is contained in:
parent
123a56f577
commit
5b45cb438a
1 changed files with 3 additions and 1 deletions
|
@ -75,9 +75,11 @@
|
||||||
username: "{{ .Config.username }}"
|
username: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
error:
|
error:
|
||||||
|
- selector: td.embedded:has(h2:contains("失败"))
|
||||||
- selector: td.embedded:has(h2:contains("登录失败"))
|
- selector: td.embedded:has(h2:contains("登录失败"))
|
||||||
test:
|
test:
|
||||||
path: torrents.php
|
path: index.php
|
||||||
|
selector: a[href="logout.php"]
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue