Limetorrents: remove season tag without episode from keywords

Fixes #1164
This commit is contained in:
desimaniac
2017-03-18 02:39:02 -05:00
committed by kaso17
parent 8ef705dc2f
commit 88a79b5e2e

View File

@@ -27,7 +27,10 @@
selector: a.csprite_dltorrent selector: a.csprite_dltorrent
search: search:
path: "{{if .Query.Keywords}}search/all/{{ .Query.Keywords}}/{{else}}/index.php?page=latest100{{end}}" path: "{{if .Keywords}}search/all/{{ .Keywords}}/{{else}}/index.php?page=latest100{{end}}"
keywordsfilters:
- name: re_replace
args: ["S[0-9]{2}([^E]|$)", ""] #remove season tag without episode
rows: rows:
selector: ".table2 > tbody > tr[bgcolor]" selector: ".table2 > tbody > tr[bgcolor]"
fields: fields:
@@ -64,4 +67,4 @@
downloadvolumefactor: downloadvolumefactor:
text: "0" text: "0"
uploadvolumefactor: uploadvolumefactor:
text: "1" text: "1"