Skip to content

Commit

Permalink
learnbits & ztracker: update login inputs (#14347)
Browse files Browse the repository at this point in the history
* Update learnbits.yml

* Update ztracker.yml
  • Loading branch information
ilike2burnthing committed May 19, 2023
1 parent 02a818f commit 25cdf41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Jackett.Common/Definitions/learnbits.yml
Expand Up @@ -132,6 +132,7 @@ login:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
logout: ""
logintype: yes
error:
- selector: table:contains("An error has occured!")
test:
Expand Down
2 changes: 2 additions & 0 deletions src/Jackett.Common/Definitions/ztracker.yml
Expand Up @@ -89,6 +89,8 @@ login:
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
logout: ""
logintype: yes
error:
- selector: div.error
- selector: table:has(img[src="/pic/ts_error/error.jpg"])
Expand Down

0 comments on commit 25cdf41

Please sign in to comment.