mirror of https://github.com/Jackett/Jackett
mazepa: comment typo
This commit is contained in:
parent
fa0fd0d1f2
commit
f388d83b55
|
@ -178,7 +178,7 @@ search:
|
|||
keywordsfilters:
|
||||
- name: re_replace # S01 to сезон 1
|
||||
args: ["(?i)\\bS0*(\\d+)\\b", "сезон $1"]
|
||||
- name: re_replace # E01 to сезон 1
|
||||
- name: re_replace # E01 to сері 1
|
||||
args: ["(?i)\\bE0*(\\d+)\\b", "сері $1"]
|
||||
- name: re_replace # S01E01 to сезон 1 сері 1
|
||||
args: ["(?i)\\bS0*(\\d+)E0*(\\d+)\\b", "сезон $1 сері $2"]
|
||||
|
|
Loading…
Reference in New Issue