From 8a8a1147235e6262a66ac8b426dce08eb53640ec Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 3 Nov 2018 14:56:14 +1300 Subject: [PATCH] 1337x: attempt to fetch up to 100 results. resolves #4112 --- src/Jackett.Common/Definitions/1337x.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Jackett.Common/Definitions/1337x.yml b/src/Jackett.Common/Definitions/1337x.yml index 265af75b8..de2c138ce 100644 --- a/src/Jackett.Common/Definitions/1337x.yml +++ b/src/Jackett.Common/Definitions/1337x.yml @@ -120,6 +120,10 @@ paths: # present trending results if there are no search parms supplied - path: "{{if .Keywords}}/search/{{ .Keywords}}/1/{{else}}/trending{{end}}" + - path: "{{if .Keywords}}/search/{{ .Keywords}}/2/{{else}}{{end}}" + - path: "{{if .Keywords}}/search/{{ .Keywords}}/3/{{else}}{{end}}" + - path: "{{if .Keywords}}/search/{{ .Keywords}}/4/{{else}}{{end}}" + - path: "{{if .Keywords}}/search/{{ .Keywords}}/5/{{else}}{{end}}" keywordsfilters: - name: replace # use this as a workaround till #893 is implemented args: ["Greys Anatomy", "Grey's Anatomy"]