mirror of https://github.com/Jackett/Jackett
locadora: strip season and episode from keywords
This commit is contained in:
parent
6f41b45617
commit
d00891ab72
|
@ -86,6 +86,9 @@ search:
|
|||
perPage: 100
|
||||
|
||||
keywordsfilters:
|
||||
# strip season and/or ep
|
||||
- name: re_replace
|
||||
args: ["\\b([SE]\\d{1,4}){1,2}\\b", ""]
|
||||
- name: re_replace
|
||||
args: ["\\.", " "]
|
||||
|
||||
|
|
Loading…
Reference in New Issue