mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
lint
This commit is contained in:
parent
f5c16520e4
commit
821d92cfb2
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ search:
|
|||
- path: torrents.php
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}cat{{.}}=1&{{end}}"
|
||||
# currently supports only one query id at one time.
|
||||
# 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 }}"
|
||||
# 0 incldead, 1 active, 2 dead
|
||||
incldead: 0
|
||||
|
|
Loading…
Add table
Reference in a new issue