mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 17:58:49 +00:00
karagarga: switch to method=form resolves #1241
This commit is contained in:
parent
d1011c3e5f
commit
454ca8927a
1 changed files with 3 additions and 2 deletions
|
@ -20,8 +20,9 @@ caps:
|
|||
music-search: [q]
|
||||
|
||||
login:
|
||||
path: takelogin.php
|
||||
method: post
|
||||
path: login.php
|
||||
method: form
|
||||
form: form[action="takelogin.php"]
|
||||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
|
|
Loading…
Reference in a new issue