From 00f639b71db412fc93bd8858e37c696525543e33 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sat, 5 Sep 2020 21:16:38 +0100 Subject: [PATCH] Sexy-Pics: fix keywordless search (#9455) --- src/Jackett.Common/Definitions/sexypics.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/sexypics.yml b/src/Jackett.Common/Definitions/sexypics.yml index ee516088d..62c651498 100644 --- a/src/Jackett.Common/Definitions/sexypics.yml +++ b/src/Jackett.Common/Definitions/sexypics.yml @@ -47,9 +47,9 @@ search: paths: # return results for 'of' if there are no search parms supplied (for use with the TEST button) # https://www.sexy-pics.us/h/hegre-1080p/age/desc/ - # https://www.sexy-pics.us/mp4/all/age/desc/2/ - - path: "{{ if .Keywords }}{{ re_replace .Keywords \"(.).*\" \"$1\" }}/{{ .Keywords }}/{{else}}mp4/all/{{end}}{{ .Config.sort }}/{{ .Config.type }}/" - - path: "{{ if .Keywords }}{{ re_replace .Keywords \"(.).*\" \"$1\" }}/{{ .Keywords }}/{{else}}mp4/all/{{end}}{{ .Config.sort }}/{{ .Config.type }}/2/" + # https://www.sexy-pics.us/browse/all/age/desc/2/ + - path: "{{ if .Keywords }}{{ re_replace .Keywords \"(.).*\" \"$1\" }}/{{ .Keywords }}/{{else}}browse/all/{{end}}{{ .Config.sort }}/{{ .Config.type }}/" + - path: "{{ if .Keywords }}{{ re_replace .Keywords \"(.).*\" \"$1\" }}/{{ .Keywords }}/{{else}}browse/all/{{end}}{{ .Config.sort }}/{{ .Config.type }}/2/" rows: selector: tr:has(td.m)