From bfcfe855bcaa5ba4651b12771f49ceeeebeb2bb7 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 21 Sep 2020 15:11:10 +1200 Subject: [PATCH] torrentbd: path changes for selectors the search path has dropped the prefix torrent/ and the download link new contains the absolute uri --- src/Jackett.Common/Definitions/torrentbd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/torrentbd.yml b/src/Jackett.Common/Definitions/torrentbd.yml index 4f9306c91..9f85be6a4 100644 --- a/src/Jackett.Common/Definitions/torrentbd.yml +++ b/src/Jackett.Common/Definitions/torrentbd.yml @@ -105,12 +105,12 @@ login: inputs: cookie: "{{ .Config.cookie }}" test: - path: torrent/ + path: / selector: button[href="account-logout.php"] search: paths: - - path: torrent/ajgettorrents.php + - path: ajgettorrents.php method: post inputs: page: 1 @@ -152,7 +152,7 @@ search: args: ["wk", "week"] - name: timeago download: - selector: a[href^="download.php?id="] + selector: a[href*="download.php?id="] attribute: href comments: selector: a[href*="#comments"]