mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
cathoderaytube: typo fix
https://github.com/Prowlarr/Indexers/pull/242#pullrequestreview-1197849805
This commit is contained in:
@@ -107,7 +107,7 @@ search:
|
|||||||
- name: re_replace # Seasons X-Y --> SX-SY
|
- name: re_replace # Seasons X-Y --> SX-SY
|
||||||
args: ["(?i)seasons?\\s*(\\d+)\\s*-\\s*(\\d+)", "S$1-S$2"]
|
args: ["(?i)seasons?\\s*(\\d+)\\s*-\\s*(\\d+)", "S$1-S$2"]
|
||||||
- name: re_replace # Season X --> S0X
|
- name: re_replace # Season X --> S0X
|
||||||
args: ["(?i)season\\s*(\\d+)", "S$"]
|
args: ["(?i)season\\s*(\\d+)", "S$1"]
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["(?i)Complete\\s+Series", ""]
|
args: ["(?i)Complete\\s+Series", ""]
|
||||||
details:
|
details:
|
||||||
|
Reference in New Issue
Block a user