mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 11:17:22 +00:00
topnow: fix empty search (#8701)
This commit is contained in:
parent
f7d028cada
commit
98a5ef3124
1 changed files with 1 additions and 3 deletions
|
@ -24,9 +24,7 @@ settings: []
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
# https://topnow.se/index.php?search=
|
# https://topnow.se/index.php?search=
|
||||||
- path: index.php
|
- path: "index.php{{if .Keywords}}?search={{ .Keywords }}{{else}}{{end}}"
|
||||||
inputs:
|
|
||||||
search: "{{ .Keywords }}"
|
|
||||||
keywordsfilters:
|
keywordsfilters:
|
||||||
# the site uses % for wildcard
|
# the site uses % for wildcard
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
|
|
Loading…
Reference in a new issue