From dd85da7558d7a74506a28b68812f1bf1b7ff4ab6 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sun, 1 Dec 2019 07:42:26 +1300 Subject: [PATCH] btdb: change search= to s= for #6448 --- src/Jackett.Common/Definitions/btdb.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Jackett.Common/Definitions/btdb.yml b/src/Jackett.Common/Definitions/btdb.yml index da302406e..fe5b14623 100644 --- a/src/Jackett.Common/Definitions/btdb.yml +++ b/src/Jackett.Common/Definitions/btdb.yml @@ -28,11 +28,7 @@ search: paths: - - path: "{{if .Keywords}}?search={{ .Keywords}}&sort=time{{else}}recent{{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}}" + - path: "{{if .Keywords}}?s={{ .Keywords}}&sort=time{{else}}recent{{end}}" rows: selector: li[class$="item"] fields: