mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +00:00
torrenting: allow search by imdbid & SxxExx or date
https://github.com/Prowlarr/Prowlarr/issues/1603
This commit is contained in:
parent
35186bc9ae
commit
007f012b44
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ search:
|
||||||
- path: t
|
- path: t
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}{{.}}=&{{end}}"
|
$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 }}"
|
qf: "{{ if .Query.IMDBID }}adv{{ else }}ti{{ end }}"
|
||||||
free: "{{ if .Config.freeleech }}on{{ else }}{{ end }}"
|
free: "{{ if .Config.freeleech }}on{{ else }}{{ end }}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue