mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 13:16:16 +00:00
fix(indexers): Manicomio Share login method (#1669)
Removed cookie and added POST method.
This commit is contained in:
parent
0ac58224f9
commit
3fdfc4a142
1 changed files with 6 additions and 8 deletions
|
@ -199,17 +199,15 @@
|
|||
modes:
|
||||
search: [q]
|
||||
|
||||
settings:
|
||||
- name: cookie
|
||||
type: text
|
||||
label: Cookie
|
||||
|
||||
login:
|
||||
method: cookie
|
||||
path: index.php
|
||||
method: post
|
||||
inputs:
|
||||
cookie: "{{ .Config.cookie }}"
|
||||
dados: "ok"
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
test:
|
||||
path: index.php
|
||||
path: torrents.php
|
||||
|
||||
search:
|
||||
path: pesquisa.php
|
||||
|
|
Loading…
Reference in a new issue