mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 11:17:22 +00:00
TPB: ignore simplified chinese resolves #7291
This commit is contained in:
parent
ab595d3dfa
commit
dd60498d49
1 changed files with 3 additions and 0 deletions
|
@ -120,6 +120,9 @@
|
|||
paths:
|
||||
- path: "{{ if .Keywords }}/search/{{ .Keywords }}/0/{{ .Config.order }}/{{ join .Categories \",\"}}{{else}}/recent{{end}}"
|
||||
keywordsfilters:
|
||||
# replace simplified chinese as this confuses TPB search engine #7291
|
||||
- name: re_replace
|
||||
args: ["([\\p{IsCJKUnifiedIdeographs}\\W]+)", "."]
|
||||
# currently, the only uploader for General Hospital puts a space between season and episode
|
||||
# this filter searches both formats, so "General Hospital S01E02" becomes "General Hospital S01E02 | (S01 E02)"
|
||||
- name: re_replace
|
||||
|
|
Loading…
Reference in a new issue