mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
magico: fix 47bcec15a5
This commit is contained in:
@@ -127,7 +127,7 @@ search:
|
||||
- path: /
|
||||
keywordsfilters:
|
||||
- name: re_replace # add brackets to year on searchquery if missing
|
||||
args: ["(\\b(19|20)\\d{2})", " ($1)"]
|
||||
args: ["\\(*((19|20)\\d{2})\\)*", "($1)"]
|
||||
- name: replace # use this as a workaround till #893 is implemented
|
||||
args: ["Greys Anatomy", "Grey's Anatomy"]
|
||||
- name: re_replace
|
||||
|
Reference in New Issue
Block a user