mirror of
https://github.com/Jackett/Jackett
synced 2025-01-04 22:41:49 +00:00
eztv: remove season tag without episode
This commit is contained in:
parent
e041dff7f3
commit
db93459198
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ search:
|
|||
- path: "{{ if .Keywords }}search/{{ .Keywords }}{{ else }}home{{ end }}"
|
||||
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["\\bS\\d{2,3}\\b", ""] # remove season tag without episode (search doesn't support it)
|
||||
- name: trim
|
||||
# fixes for site search issues - Prowlarr #1094
|
||||
- name: replace
|
||||
args: ["-", ""]
|
||||
|
|
Loading…
Reference in a new issue