From a6ad3700c60df46ddbcfb6642eeb24c5f9785c8f Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sun, 12 May 2024 19:14:51 +1200 Subject: [PATCH] hudbt: tidy up secret is not used in the login form the second login error trap is redundant we never included the bookmarked options in any other nexus --- src/Jackett.Common/Definitions/hudbt.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/hudbt.yml b/src/Jackett.Common/Definitions/hudbt.yml index c4216ea5f..7a1e5c22a 100644 --- a/src/Jackett.Common/Definitions/hudbt.yml +++ b/src/Jackett.Common/Definitions/hudbt.yml @@ -97,7 +97,6 @@ login: selector: img[alt="CAPTCHA"] input: imagestring inputs: - secret: "" username: "{{ .Config.username }}" password: "{{ .Config.password }}" logout: "" @@ -106,7 +105,6 @@ login: trackerssl: yes error: - selector: div#stderr:has(h2:contains("失败")) - - selector: div#stderr:has(h2:contains("登录失败")) test: path: index.php selector: form[action$="logout.php"] @@ -118,7 +116,6 @@ search: $raw: "{{ range .Categories }}cat{{.}}=1&{{end}}" # currently supports only one query id at one time. search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ end }}{{ if or .Query.IMDBID .Query.DoubanID }} {{ else }}{{ .Keywords }}{{ end }}{{ if .Query.DoubanID }}{{ .Query.DoubanID }}{{ else }}{{ end }}" - inclbookmarked: 0 # 0 incldead, 1 active, 2 dead incldead: 0 # 0 no limit, 3 3days, 7 1week, 30 1month, 90 3months