mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
cztorrent: lint
This commit is contained in:
parent
44eb3bdadc
commit
5f309dc7d6
1 changed files with 3 additions and 4 deletions
|
@ -72,6 +72,9 @@ login:
|
|||
search:
|
||||
paths:
|
||||
- path: torrents
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["S[0-9]{2}([^E]|$)", ""] # remove season tag without episode (search doesn't support it)
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
||||
s: "{{ .Keywords }}"
|
||||
|
@ -83,10 +86,6 @@ search:
|
|||
rows:
|
||||
selector: tr.torr_hover
|
||||
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["S[0-9]{2}([^E]|$)", ""] # remove season tag without episode (search doesn't support it)
|
||||
|
||||
fields:
|
||||
title:
|
||||
selector: td.detaily a
|
||||
|
|
Loading…
Add table
Reference in a new issue