1
0
Fork 0
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:
Garfield69 2022-07-22 16:44:48 +12:00
parent d77f037372
commit 69ff7ee3c3

View file

@ -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