mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +00:00
ettv: fix results for TEST. resolves #4602
This commit is contained in:
parent
e98fad4f73
commit
6f9a2caa18
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
selector: a[href^="{{ .Config.downloadlink }}"]
|
||||
|
||||
search:
|
||||
path: torrents-search.php
|
||||
path: "{{if .Keywords}}torrents-search.php{{else}}torrents.php{{end}}"
|
||||
inputs:
|
||||
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
|
||||
search: "{{ .Keywords }}"
|
||||
|
|
Loading…
Reference in a new issue