mirror of
https://github.com/Jackett/Jackett
synced 2025-02-15 11:04:55 +00:00
This commit is contained in:
parent
b0a711253a
commit
5d395b6f67
1 changed files with 2 additions and 2 deletions
|
@ -143,9 +143,9 @@
|
|||
path: index.php
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["S(\\d+)E(\\d+)", "$1x$2"]
|
||||
args: ["S0?(\\d{1,2})E(\\d{1,2})", "$1x$2"]
|
||||
- name: re_replace
|
||||
args: ["(?i)S(\\d+)", " $1 "]
|
||||
args: ["S0?(\\d{1,2})", " $1 "]
|
||||
- name: re_replace
|
||||
args: ["[^a-zA-Z0-9]+", " "]
|
||||
inputs:
|
||||
|
|
Loading…
Reference in a new issue