ilike2burnthing 2022-11-29 16:18:02 +00:00 committed by GitHub
parent ad515c6c25
commit b662db552b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: