mirror of
https://github.com/Jackett/Jackett
synced 2025-03-11 14:44:46 +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:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: torrents
|
- path: torrents
|
||||||
|
keywordsfilters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["S[0-9]{2}([^E]|$)", ""] # remove season tag without episode (search doesn't support it)
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
||||||
s: "{{ .Keywords }}"
|
s: "{{ .Keywords }}"
|
||||||
|
@ -83,10 +86,6 @@ search:
|
||||||
rows:
|
rows:
|
||||||
selector: tr.torr_hover
|
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:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: td.detaily a
|
selector: td.detaily a
|
||||||
|
|
Loading…
Add table
Reference in a new issue