diff --git a/src/Jackett.Common/Definitions/filelisting.yml b/src/Jackett.Common/Definitions/filelisting.yml index 3e609f0aa..a0f69f800 100644 --- a/src/Jackett.Common/Definitions/filelisting.yml +++ b/src/Jackett.Common/Definitions/filelisting.yml @@ -31,7 +31,7 @@ settings: search: paths: # https://filelisting.com/result?q=bad+batch - - path: "result{{ if .Keywords }}?q={{ .Keywords }}{{ else }}{{ end }}+in:title" + - path: "result{{ if .Keywords }}?q={{ .Keywords }}+in:title{{ else }}{{ end }}" rows: selector: table > tbody > tr:has(td.dn-title)