mirror of https://github.com/Jackett/Jackett
hellashut: support captcha login
This commit is contained in:
parent
1bf73519e4
commit
f2bb845ee7
|
@ -103,11 +103,15 @@ settings:
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: account-login.php
|
path: account-login.php
|
||||||
method: post
|
method: form
|
||||||
|
form: form[action="account-login.php"]
|
||||||
|
captcha:
|
||||||
|
type: image
|
||||||
|
selector: img[src="captcha.php?ext=.gif"]
|
||||||
|
input: captcha
|
||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
username: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
returnto: /
|
|
||||||
error:
|
error:
|
||||||
- selector: td.embedded:contains("Access Denied")
|
- selector: td.embedded:contains("Access Denied")
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in New Issue