From 79a354c6d90eeb0244764c45fa2d2b2bcddc067c Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 18 Sep 2018 15:41:42 +1200 Subject: [PATCH] hdhome: standardise link and paths --- src/Jackett.Common/Definitions/hdhome.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/hdhome.yml b/src/Jackett.Common/Definitions/hdhome.yml index 5da2afe2c..d9459a498 100644 --- a/src/Jackett.Common/Definitions/hdhome.yml +++ b/src/Jackett.Common/Definitions/hdhome.yml @@ -6,7 +6,7 @@ type: private encoding: UTF-8 links: - - https://hdhome.org + - https://hdhome.org/ caps: categorymappings: @@ -77,11 +77,11 @@ - selector: td.embedded:has(h2:contains("姿势不正确")) - selector: td.embedded:has(h2:contains("失败")) test: - path: /torrents.php + path: torrents.php search: paths: - - path: /torrents.php + - path: torrents.php inputs: $raw: "{{range .Categories}}cat{{.}}=1&{{end}}" search: "{{if .Query.IMDBID}}{{ .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"