1
0
Fork 0
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:
ilike2burnthing 2020-05-18 21:56:45 +01:00 committed by GitHub
parent f7d028cada
commit 98a5ef3124
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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