mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 17:58:49 +00:00
xwtorrents: Site's login has changed. resolves #7339
This commit is contained in:
parent
124fbf7c1b
commit
525f58eb1d
1 changed files with 2 additions and 1 deletions
|
@ -94,11 +94,12 @@
|
|||
"asc": "asc"
|
||||
|
||||
login:
|
||||
path: tlogin.php
|
||||
path: takelogin.php
|
||||
method: post
|
||||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
returnto: "/"
|
||||
error:
|
||||
- selector: table.main:contains("Login failed!")
|
||||
message:
|
||||
|
|
Loading…
Reference in a new issue