This commit is contained in:
Garfield69 2022-11-30 06:15:26 +13:00
parent b662db552b
commit 52af9cc1ef
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,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: