From ba6453a78f4686f68b5c9d06f3bd0426c4ecde2a Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 16 Feb 2019 21:15:42 +1300 Subject: [PATCH] torrentbd: correct login for #1709 --- src/Jackett.Common/Definitions/torrentbd.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/torrentbd.yml b/src/Jackett.Common/Definitions/torrentbd.yml index 8119f460a..fd7960541 100644 --- a/src/Jackett.Common/Definitions/torrentbd.yml +++ b/src/Jackett.Common/Definitions/torrentbd.yml @@ -6,9 +6,10 @@ type: private encoding: UTF-8 links: - - http://www.torrentbd.com/ + - https://www.torrentbd.com/ legacylinks: - http://www.torrentbd.com/torrent + - http://www.torrentbd.com/ caps: categorymappings: @@ -89,10 +90,10 @@ username: "{{ .Config.username }}" password: "{{ .Config.password }}" error: - - selector: div.myFrame:has(div.myF-caption > font.error) + - selector: div.row p.red-text test: path: torrent/torrents-search.php - selector: div.myB-content:contains("Ratio:") + selector: a[href*="logout"] ratio: path: torrent/torrents-search.php