From 57044577b9867a672f708b0d5b63e99e7fb6b05b Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 11 Jun 2024 21:14:15 +1200 Subject: [PATCH] CRT and CRT2FA: reduce false hits. resolves #15400 --- src/Jackett.Common/Definitions/cathoderaytube.yml | 3 ++- src/Jackett.Common/Definitions/crt2fa.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Definitions/cathoderaytube.yml b/src/Jackett.Common/Definitions/cathoderaytube.yml index f5490a722..044ae1c29 100644 --- a/src/Jackett.Common/Definitions/cathoderaytube.yml +++ b/src/Jackett.Common/Definitions/cathoderaytube.yml @@ -80,7 +80,8 @@ search: - path: torrents.php inputs: $raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}" - searchtext: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" + searchtext: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ end }}" + title: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ end }}" order_by: "{{ .Config.sort }}" order_way: "{{ .Config.type }}" action: advanced diff --git a/src/Jackett.Common/Definitions/crt2fa.yml b/src/Jackett.Common/Definitions/crt2fa.yml index 835b2dc06..78f8e5710 100644 --- a/src/Jackett.Common/Definitions/crt2fa.yml +++ b/src/Jackett.Common/Definitions/crt2fa.yml @@ -68,7 +68,8 @@ search: - path: torrents.php inputs: $raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}" - searchtext: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" + searchtext: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ end }}" + title: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ end }}" order_by: "{{ .Config.sort }}" order_way: "{{ .Config.type }}" action: advanced