mirror of https://github.com/Jackett/Jackett
cathoderaytube: typo fix
https://github.com/Prowlarr/Indexers/pull/242#pullrequestreview-1197849805
This commit is contained in:
parent
ad515c6c25
commit
b662db552b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue