From dd64739af6d79b51be26bd3e50b8dae4411bf64c Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 28 Feb 2019 08:20:13 +1300 Subject: [PATCH] torrentbd: attempt to fix login. #1709 #4781 --- src/Jackett.Common/Definitions/torrentbd.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/torrentbd.yml b/src/Jackett.Common/Definitions/torrentbd.yml index fd7960541..ba06eee93 100644 --- a/src/Jackett.Common/Definitions/torrentbd.yml +++ b/src/Jackett.Common/Definitions/torrentbd.yml @@ -84,8 +84,7 @@ login: path: torrent/account-login.php - method: form - form: form[action="account-login.php"] + method: post inputs: username: "{{ .Config.username }}" password: "{{ .Config.password }}" @@ -93,7 +92,7 @@ - selector: div.row p.red-text test: path: torrent/torrents-search.php - selector: a[href*="logout"] + selector: div.myB-content:contains("Ratio:") ratio: path: torrent/torrents-search.php