From f7d028cada4136c51c688a434fad686fd6b8be56 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 18 May 2020 18:46:44 +1200 Subject: [PATCH] audiobookbay: fix keywordless results the fetching of multipages for the keywordless results is incorrect. --- src/Jackett.Common/Definitions/audiobookbay.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Jackett.Common/Definitions/audiobookbay.yml b/src/Jackett.Common/Definitions/audiobookbay.yml index 22faca094..789511986 100644 --- a/src/Jackett.Common/Definitions/audiobookbay.yml +++ b/src/Jackett.Common/Definitions/audiobookbay.yml @@ -89,11 +89,11 @@ search: # with just 7 results per page, try to grab up to 35 results # http://audiobookbay.nl/?s=teeth # http://audiobookbay.nl/page/2/?s=teeth - - path: "{{ if .Keywords }}/?s={{ .Keywords }}{{else}}/{{end}}" - - path: "{{ if .Keywords }}/page/2/?s={{ .Keywords }}{{else}}{{end}}" - - path: "{{ if .Keywords }}/page/3/?s={{ .Keywords }}{{else}}{{end}}" - - path: "{{ if .Keywords }}/page/4/?s={{ .Keywords }}{{else}}{{end}}" - - path: "{{ if .Keywords }}/page/5/?s={{ .Keywords }}{{else}}{{end}}" + - path: "{{ if .Keywords }}?s={{ .Keywords }}{{ else }}{{ end }}" + - path: "page/2/{{ if .Keywords }}?s={{ .Keywords }}{{ else }}{{ end }}" + - path: "page/3/{{ if .Keywords }}?s={{ .Keywords }}{{ else }}{{ end }}" + - path: "page/4/{{ if .Keywords }}?s={{ .Keywords }}{{ else }}{{ end }}" + - path: "page/5/{{ if .Keywords }}?s={{ .Keywords }}{{ else }}{{ end }}" rows: selector: div.post:has(div[class="postTitle"])