Skip to content

Commit

Permalink
thepiratebay: drop it's resolves #8829
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Jun 21, 2020
1 parent 631c840 commit 6e5794a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Jackett.Common/Definitions/thepiratebay.yml
Expand Up @@ -123,6 +123,9 @@ search:
paths:
- path: "{{ if .Keywords }}/search/{{ .Keywords }}/0/{{ .Config.order }}/{{ join .Categories \",\"}}{{else}}/recent{{end}}"
keywordsfilters:
# remove it's #8829
- name: re_replace
args: ["(?i)(it's\\s)", ""]
# replace simplified chinese as this confuses TPB search engine #7291
- name: re_replace
args: ["([\\p{IsCJKUnifiedIdeographs}\\W]+)", "."]
Expand Down

0 comments on commit 6e5794a

Please sign in to comment.