mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 06:40:57 +00:00
WorldOfP2P: fix login
This commit is contained in:
parent
471d494b3b
commit
b3d53d1c01
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@
|
||||||
tv-search: [q, season, ep]
|
tv-search: [q, season, ep]
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: /takelogin.php
|
path: /login.php
|
||||||
method: post
|
method: form
|
||||||
form: form
|
form: form
|
||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
username: "{{ .Config.username }}"
|
||||||
|
|
Loading…
Reference in a new issue