1
0
Fork 0
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:
Garfield69 2020-06-02 07:44:23 +12:00
parent d1011c3e5f
commit 454ca8927a

View file

@ -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 }}"