mirror of
https://github.com/Jackett/Jackett
synced 2025-01-04 22:41:49 +00:00
hhanclub: fix category filtering
This commit is contained in:
parent
2592191871
commit
7f017f1a8b
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ search:
|
|||
# required to bypass validation check
|
||||
followredirect: true
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}cat[]{{.}}=1&{{end}}"
|
||||
$raw: "{{ range .Categories }}cat[]={{.}}&{{end}}"
|
||||
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ end }}{{ if or .Query.IMDBID .Query.DoubanID }} {{ else }}{{ .Keywords }}{{ end }}{{ if .Query.DoubanID }}{{ .Query.DoubanID }}{{ else }}{{ end }}"
|
||||
# 0 incldead, 1 active, 2 dead
|
||||
incldead: 0
|
||||
|
|
Loading…
Reference in a new issue