mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 23:22:46 +00:00
Limetorrents: remove season tag without episode from keywords
Fixes #1164
This commit is contained in:
parent
8ef705dc2f
commit
88a79b5e2e
1 changed files with 5 additions and 2 deletions
|
@ -27,7 +27,10 @@
|
|||
selector: a.csprite_dltorrent
|
||||
|
||||
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:
|
||||
selector: ".table2 > tbody > tr[bgcolor]"
|
||||
fields:
|
||||
|
@ -64,4 +67,4 @@
|
|||
downloadvolumefactor:
|
||||
text: "0"
|
||||
uploadvolumefactor:
|
||||
text: "1"
|
||||
text: "1"
|
||||
|
|
Loading…
Reference in a new issue