From b662db552befd475fc19a6894de8ff8d7f24c0b0 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Tue, 29 Nov 2022 16:18:02 +0000 Subject: [PATCH] cathoderaytube: typo fix https://github.com/Prowlarr/Indexers/pull/242#pullrequestreview-1197849805 --- src/Jackett.Common/Definitions/cathoderaytube.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/cathoderaytube.yml b/src/Jackett.Common/Definitions/cathoderaytube.yml index 59828faca..c69f8705f 100644 --- a/src/Jackett.Common/Definitions/cathoderaytube.yml +++ b/src/Jackett.Common/Definitions/cathoderaytube.yml @@ -107,7 +107,7 @@ search: - name: re_replace # Seasons X-Y --> SX-SY args: ["(?i)seasons?\\s*(\\d+)\\s*-\\s*(\\d+)", "S$1-S$2"] - name: re_replace # Season X --> S0X - args: ["(?i)season\\s*(\\d+)", "S$"] + args: ["(?i)season\\s*(\\d+)", "S$1"] - name: re_replace args: ["(?i)Complete\\s+Series", ""] details: