From dd8ecd13806c9330268c0a7e6e576df15d6d2e18 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 22 Dec 2017 06:26:24 +1300 Subject: [PATCH] torrentbd: sitelink should be base only --- src/Jackett.Common/Definitions/torrentbd.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/Jackett.Common/Definitions/torrentbd.yml b/src/Jackett.Common/Definitions/torrentbd.yml index 8053a7ac8..8119f460a 100644 --- a/src/Jackett.Common/Definitions/torrentbd.yml +++ b/src/Jackett.Common/Definitions/torrentbd.yml @@ -6,6 +6,8 @@ type: private encoding: UTF-8 links: + - http://www.torrentbd.com/ + legacylinks: - http://www.torrentbd.com/torrent caps: @@ -80,7 +82,7 @@ tv-search: [q, season, ep] login: - path: account-login.php + path: torrent/account-login.php method: form form: form[action="account-login.php"] inputs: @@ -89,11 +91,11 @@ error: - selector: div.myFrame:has(div.myF-caption > font.error) test: - path: torrents-search.php + path: torrent/torrents-search.php selector: div.myB-content:contains("Ratio:") ratio: - path: torrents-search.php + path: torrent/torrents-search.php selector: div.myB-content:contains("Ratio:") filters: - name: regexp @@ -101,7 +103,7 @@ search: paths: - - path: torrents-search.php + - path: torrent/torrents-search.php inputs: $raw: "{{range .Categories}}c{{.}}=1&{{end}}" search: "{{ .Query.Keywords }}"