From 012fd043f65f26518b28181d90a2e1ae788dd708 Mon Sep 17 00:00:00 2001 From: Jorman Date: Sun, 9 Jun 2019 11:21:59 +0200 Subject: [PATCH] btdb: fetch up to 5 pages (#5445) --- src/Jackett.Common/Definitions/btdb.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/btdb.yml b/src/Jackett.Common/Definitions/btdb.yml index b640a294d..da302406e 100644 --- a/src/Jackett.Common/Definitions/btdb.yml +++ b/src/Jackett.Common/Definitions/btdb.yml @@ -29,9 +29,10 @@ search: paths: - path: "{{if .Keywords}}?search={{ .Keywords}}&sort=time{{else}}recent{{end}}" - - path: "{{if .Keywords}}?search={{ .Keywords}}&sort=time&page=2{{else}}{{end}}" - - path: "{{if .Keywords}}?search={{ .Keywords}}&sort=time&page=3{{else}}{{end}}" - - path: "{{if .Keywords}}?search={{ .Keywords}}&sort=time&page=4{{else}}{{end}}" + - path: "{{if .Keywords}}?search={{ .Keywords}}&sort=time&page=2{{else}}recent?page=2{{end}}" + - path: "{{if .Keywords}}?search={{ .Keywords}}&sort=time&page=3{{else}}recent?page=3{{end}}" + - path: "{{if .Keywords}}?search={{ .Keywords}}&sort=time&page=4{{else}}recent?page=4{{end}}" + - path: "{{if .Keywords}}?search={{ .Keywords}}&sort=time&page=5{{else}}recent?page=5{{end}}" rows: selector: li[class$="item"] fields: