mirror of
https://github.com/Jackett/Jackett
synced 2025-03-12 07:04:22 +00:00
haidan: oops drop redundant search.
This commit is contained in:
parent
d77f037372
commit
69ff7ee3c3
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ search:
|
|||
- path: torrents.php
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}cat{{.}}=1&{{end}}"
|
||||
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
|
||||
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ end }}{{ if .Query.DoubanID }}https://movie.douban.com/subject/{{ .Query.DoubanID }}/{{ else }}{{ end }}{{ if or .Query.IMDBID .Query.IMDBID }}{{ .Query.DoubanID }}{{ else }}{{ .Keywords }}{{ end }}"
|
||||
# 0 incldead, 1 active, 2 dead
|
||||
incldead: 0
|
||||
|
|
Loading…
Add table
Reference in a new issue