mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
puntotorrent: fix unrelated results with unicode characters (#10208)
This commit is contained in:
@@ -152,7 +152,7 @@ search:
|
||||
- name: re_replace
|
||||
args: ["(?i)E(\\d+)", " $1 "]
|
||||
- name: re_replace
|
||||
args: ["[^a-zA-Z0-9]+", " "]
|
||||
args: ["[\\.\\-,_\\[\\]\\(\\)]+", " "]
|
||||
inputs:
|
||||
page: torrents
|
||||
$raw: "&category={{ range .Categories }}{{.}};{{end}}"
|
||||
|
Reference in New Issue
Block a user