mirror of https://github.com/Jackett/Jackett
learnbits & ztracker: update login inputs (#14347)
* Update learnbits.yml * Update ztracker.yml
This commit is contained in:
parent
02a818f71f
commit
25cdf412c1
|
@ -132,6 +132,7 @@ login:
|
||||||
username: "{{ .Config.username }}"
|
username: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
logout: ""
|
logout: ""
|
||||||
|
logintype: yes
|
||||||
error:
|
error:
|
||||||
- selector: table:contains("An error has occured!")
|
- selector: table:contains("An error has occured!")
|
||||||
test:
|
test:
|
||||||
|
|
|
@ -89,6 +89,8 @@ login:
|
||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
username: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
|
logout: ""
|
||||||
|
logintype: yes
|
||||||
error:
|
error:
|
||||||
- selector: div.error
|
- selector: div.error
|
||||||
- selector: table:has(img[src="/pic/ts_error/error.jpg"])
|
- selector: table:has(img[src="/pic/ts_error/error.jpg"])
|
||||||
|
|
Loading…
Reference in New Issue