Skip to content

Commit

Permalink
[pterclub] Fix having to relogin after ip change resolves #8710 (#8724)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayXon committed May 21, 2020
1 parent c3da7f9 commit d73b100
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Jackett.Common/Definitions/pterclub.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ login:
username: "{{ .Config.username }}" username: "{{ .Config.username }}"
password: "{{ .Config.password }}" password: "{{ .Config.password }}"
verify_code: "{{ .Config.2facode }}" verify_code: "{{ .Config.2facode }}"
logout: ""
securelogin: ""
ssl: yes ssl: yes
trackerssl: yes
error: error:
- selector: td.embedded:has(h2:contains("失败")) - selector: td.embedded:has(h2:contains("失败"))
- selector: td.embedded:has(h2:contains("登录失败")) - selector: td.embedded:has(h2:contains("登录失败"))
Expand Down

0 comments on commit d73b100

Please sign in to comment.