From f63941a72691340e7d876adb6b058a3849d4a3b1 Mon Sep 17 00:00:00 2001 From: zippydude <32025076+zippydude@users.noreply.github.com> Date: Thu, 29 Sep 2022 22:49:52 -0400 Subject: [PATCH] UHDBits: Scene Naming Convention Regexes (#13610) --- src/Jackett.Common/Definitions/uhdbits.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Jackett.Common/Definitions/uhdbits.yml b/src/Jackett.Common/Definitions/uhdbits.yml index bc26953c6..7876f44b5 100644 --- a/src/Jackett.Common/Definitions/uhdbits.yml +++ b/src/Jackett.Common/Definitions/uhdbits.yml @@ -134,9 +134,17 @@ search: args: [" / 2x", ""] - name: re_replace args: [" / ", " "] + - name: re_replace + args: ["\\b(\\w+)$", " -$1"] # #10423 - name: re_replace args: ["(?i)(season )", "S"] + - name: replace + args: ["Encode", "Blu-Ray"] + - name: replace + args: ["Blu-ray", "BR-Disk"] + - name: replace + args: ["Remux", "Blu-Ray Remux"] details: selector: a.torrent_name attribute: href