From 29c61c1327f0451725bf52572706ac2ea98491f1 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 28 Mar 2024 07:05:43 +1300 Subject: [PATCH] u3c3: amend paths/inputs to conform to current standards --- src/Jackett.Common/Definitions/u3c3.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/u3c3.yml b/src/Jackett.Common/Definitions/u3c3.yml index 6572d7391..f6163f943 100644 --- a/src/Jackett.Common/Definitions/u3c3.yml +++ b/src/Jackett.Common/Definitions/u3c3.yml @@ -34,7 +34,10 @@ settings: [] search: paths: - - path: "{{ if .Keywords }}?search2=eelja13lfea&search={{ .Keywords }}{{ else }}{{ end }}" + - path: / + inputs: + search2: "{{ if .Keywords }}eelja13lfea{{ else }}{{ end }}" + search: "{{ .Keywords }}" rows: selector: table.torrent-list > tbody > tr:has(a[href^="/view?id="])