mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
magico: Use \w and \d to respect non latin characters (#6200)
Previous setting was replacing all non latin characters. Since this is a greek tracker this is a major pain
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
- name: replace # use this as a workaround till #893 is implemented
|
||||
args: ["Greys Anatomy", "Grey's Anatomy"]
|
||||
- name: re_replace
|
||||
args: ["[^a-zA-Z0-9]+", "%25"]
|
||||
args: ["[^\\w\\d]+", "%25"]
|
||||
inputs:
|
||||
p: "torrents"
|
||||
pid: "32"
|
||||
|
Reference in New Issue
Block a user