mirror of https://github.com/Jackett/Jackett
crt2fa: b662db552b
This commit is contained in:
parent
b662db552b
commit
52af9cc1ef
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue