EZTV: remove season tag without episode from keywords

This commit is contained in:
kaso17 2017-03-16 06:51:11 +01:00
parent a2a0b9b2d2
commit 71e0ec9ced
1 changed files with 4 additions and 1 deletions

View File

@ -17,7 +17,10 @@
settings: []
search:
path: "{{if .Query.Keywords}}search/{{ .Query.Keywords}}{{else}}/{{end}}"
path: "{{if .Keywords}}search/{{ .Keywords}}{{else}}/{{end}}"
keywordsfilters:
- name: re_replace
args: ["S[0-9]{2}([^E]|$)", ""] # remove season tag without episode (search doesn't support it)
rows:
selector: "table.forum_header_border tr[name='hover'].forum_header_border"
filters: