From ab120c2f9f4d3ed913e1b8896b21bcba5993035d Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 8 Dec 2024 21:20:06 +0200 Subject: [PATCH] Revert "hdonly: clean up if or .multi" This reverts commit 4bb05d8f6e122a9e550835a6254d03450b141de9. Currently logical functions with more than 2 arguments aren't properly parsed and throw an error --- src/Jackett.Common/Definitions/hdonly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/hdonly.yml b/src/Jackett.Common/Definitions/hdonly.yml index 1f4ee0e76..c873534e3 100644 --- a/src/Jackett.Common/Definitions/hdonly.yml +++ b/src/Jackett.Common/Definitions/hdonly.yml @@ -254,7 +254,7 @@ search: - name: append args: ".{{ .Result.year }}.{{ .Result._episode_info }}.{{ .Result._format }}.{{ .Result._encoding }}.{{ .Result._media }}{{ if eq .Result._hdr \"True\" }}.HDR{{ else }}{{ end }}.{{ if eq .Result._hdr10plus \"True\" }}.HDR10+{{ else }}{{ end }}.{{ if eq .Result._dovi \"True\" }}.DoVi{{ else }}{{ end }}" - name: append - args: "{{ if or (eq .Result._vf2 \"True\") (eq .Result._vff \"True\") (eq .Result._vfq \"True\") (eq .Result._vfi \"True\") (eq .Result._vf \"True\") }}.MULTI{{ else }}{{ end }}" + args: "{{ if eq .Result._vf2 \"True\" }}.MULTI{{ else }}{{ end }}{{ if or (eq .Result._vff \"True\") (eq .Result._vfq \"True\") }}.MULTI{{ else }}{{ end }}{{ if or (eq .Result._vfi \"True\") (eq .Result._vf \"True\") }}.MULTI{{ else }}{{ end }}" - name: re_replace args: ["(\\.MULTI)\\1", ".MULTI"] - name: append