mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user