From 5607458f60861cdc563df9415742e0da17909bf1 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 24 Oct 2017 20:16:53 +1300 Subject: [PATCH 1/2] t411v2: fetch up to 100 results instead of just 20. Fix #1944 --- src/Jackett/Definitions/t411v2.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Jackett/Definitions/t411v2.yml b/src/Jackett/Definitions/t411v2.yml index eabc1e7c3..4e5037680 100755 --- a/src/Jackett/Definitions/t411v2.yml +++ b/src/Jackett/Definitions/t411v2.yml @@ -28,12 +28,14 @@ search: paths: - - path: /torrents/search/ + - path: /torrents/search/?search={{ .Keywords}} + - path: /torrents/search/?search={{ .Keywords}}&page=2 + - path: /torrents/search/?search={{ .Keywords}}&page=3 + - path: /torrents/search/?search={{ .Keywords}}&page=4 + - path: /torrents/search/?search={{ .Keywords}}&page=5 keywordsfilters: #1963 - name: replace # Add Keywords args: ["Greys Anatomy", "Grey's Anatomy"] - inputs: - search: "{{ .Keywords }}" rows: selector: tr.isItem.isItemDesk fields: From 82eebf82d33c79a5c7b84fd766da0c4a0c0e8945 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 24 Oct 2017 20:32:54 +1300 Subject: [PATCH 2/2] btdb: fetch up to 100 results instead of just 10. Fix #1999 --- src/Jackett/Definitions/btdb.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Jackett/Definitions/btdb.yml b/src/Jackett/Definitions/btdb.yml index 65b171bdc..abab21821 100644 --- a/src/Jackett/Definitions/btdb.yml +++ b/src/Jackett/Definitions/btdb.yml @@ -28,6 +28,15 @@ search: paths: - path: "{{if .Keywords}}q/{{ .Keywords}}/?sort=time{{else}}recent{{end}}" + - path: "{{if .Keywords}}q/{{ .Keywords}}/2?sort=time{{else}}{{end}}" + - path: "{{if .Keywords}}q/{{ .Keywords}}/3?sort=time{{else}}{{end}}" + - path: "{{if .Keywords}}q/{{ .Keywords}}/4?sort=time{{else}}{{end}}" + - path: "{{if .Keywords}}q/{{ .Keywords}}/5?sort=time{{else}}{{end}}" + - path: "{{if .Keywords}}q/{{ .Keywords}}/6?sort=time{{else}}{{end}}" + - path: "{{if .Keywords}}q/{{ .Keywords}}/7?sort=time{{else}}{{end}}" + - path: "{{if .Keywords}}q/{{ .Keywords}}/8?sort=time{{else}}{{end}}" + - path: "{{if .Keywords}}q/{{ .Keywords}}/9?sort=time{{else}}{{end}}" + - path: "{{if .Keywords}}q/{{ .Keywords}}/10?sort=time{{else}}{{end}}" rows: selector: li[class$="item"] fields: