mirror of
https://github.com/Jackett/Jackett
synced 2025-03-15 00:19:25 +00:00
nethd: revert search path change
This commit is contained in:
parent
0b88f498b1
commit
b234e35374
1 changed files with 2 additions and 2 deletions
|
@ -71,11 +71,11 @@ login:
|
|||
error:
|
||||
- selector: form#loginform > span.warning
|
||||
test:
|
||||
path: torrentsz.php
|
||||
path: torrents.php
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: torrentsz.php
|
||||
- path: torrents.php
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}cat={{.}}&{{end}}"
|
||||
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue