mirror of https://github.com/Jackett/Jackett
Update hellashut.yml
This commit is contained in:
parent
4077c37e7d
commit
cb7c14e101
|
@ -108,10 +108,11 @@ login:
|
|||
captcha:
|
||||
type: image
|
||||
selector: img[src="captcha.php?ext=.gif"]
|
||||
input: captcha
|
||||
input: input[name^="captcha"]
|
||||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
input[name="username"]: "{{ .Config.username }}"
|
||||
input[name="password"]: "{{ .Config.password }}"
|
||||
selectors: true
|
||||
error:
|
||||
- selector: td.embedded:contains("Access Denied")
|
||||
test:
|
||||
|
|
Loading…
Reference in New Issue