mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrenting: allow search by imdbid & SxxExx or date
https://github.com/Prowlarr/Prowlarr/issues/1603
This commit is contained in:
@@ -66,7 +66,7 @@ search:
|
||||
- path: t
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}{{.}}=&{{end}}"
|
||||
q: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
|
||||
q: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }} {{ else }}{{ end }}{{ .Keywords }}"
|
||||
qf: "{{ if .Query.IMDBID }}adv{{ else }}ti{{ end }}"
|
||||
free: "{{ if .Config.freeleech }}on{{ else }}{{ end }}"
|
||||
|
||||
|
Reference in New Issue
Block a user