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:
|
captcha:
|
||||||
type: image
|
type: image
|
||||||
selector: img[src="captcha.php?ext=.gif"]
|
selector: img[src="captcha.php?ext=.gif"]
|
||||||
input: captcha
|
input: input[name^="captcha"]
|
||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
input[name="username"]: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
input[name="password"]: "{{ .Config.password }}"
|
||||||
|
selectors: true
|
||||||
error:
|
error:
|
||||||
- selector: td.embedded:contains("Access Denied")
|
- selector: td.embedded:contains("Access Denied")
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in New Issue