mirror of https://github.com/Jackett/Jackett
piratbit: update search path (#14727)
This commit is contained in:
parent
6e9a757424
commit
865895cb83
|
@ -645,7 +645,7 @@ download:
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: tracker.php
|
- path: tracker/
|
||||||
method: post
|
method: post
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ if .Categories }}{{ range .Categories }}f[]={{.}}&{{end}}{{ else }}f[]=-1{{ end }}"
|
$raw: "{{ if .Categories }}{{ range .Categories }}f[]={{.}}&{{end}}{{ else }}f[]=-1{{ end }}"
|
||||||
|
|
|
@ -656,7 +656,7 @@ login:
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: tracker.php
|
- path: tracker/
|
||||||
method: post
|
method: post
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ if .Categories }}{{ range .Categories }}f[]={{.}}&{{end}}{{ else }}f[]=-1{{ end }}"
|
$raw: "{{ if .Categories }}{{ range .Categories }}f[]={{.}}&{{end}}{{ else }}f[]=-1{{ end }}"
|
||||||
|
|
Loading…
Reference in New Issue