mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
thepiratebay: drop it's resolves #8829
This commit is contained in:
@@ -123,6 +123,9 @@ search:
|
|||||||
paths:
|
paths:
|
||||||
- path: "{{ if .Keywords }}/search/{{ .Keywords }}/0/{{ .Config.order }}/{{ join .Categories \",\"}}{{else}}/recent{{end}}"
|
- path: "{{ if .Keywords }}/search/{{ .Keywords }}/0/{{ .Config.order }}/{{ join .Categories \",\"}}{{else}}/recent{{end}}"
|
||||||
keywordsfilters:
|
keywordsfilters:
|
||||||
|
# remove it's #8829
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(?i)(it's\\s)", ""]
|
||||||
# replace simplified chinese as this confuses TPB search engine #7291
|
# replace simplified chinese as this confuses TPB search engine #7291
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["([\\p{IsCJKUnifiedIdeographs}\\W]+)", "."]
|
args: ["([\\p{IsCJKUnifiedIdeographs}\\W]+)", "."]
|
||||||
|
Reference in New Issue
Block a user