From 3fdfc4a14266c326291e652af9a1be5684859174 Mon Sep 17 00:00:00 2001 From: Guizzoni Date: Mon, 14 Aug 2017 11:43:30 -0300 Subject: [PATCH] fix(indexers): Manicomio Share login method (#1669) Removed cookie and added POST method. --- src/Jackett/Definitions/manicomioshare.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/Jackett/Definitions/manicomioshare.yml b/src/Jackett/Definitions/manicomioshare.yml index c9d1e9932..db8dd3327 100644 --- a/src/Jackett/Definitions/manicomioshare.yml +++ b/src/Jackett/Definitions/manicomioshare.yml @@ -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