puntotorrent: fix unrelated results with unicode characters (#10208)

This commit is contained in:
Diego Heras
2020-11-15 16:21:38 +01:00
committed by GitHub
parent 999e6d3d42
commit c24a4d6cce

View File

@@ -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}}"