1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-11 14:44:46 +00:00

cztorrent: lint

This commit is contained in:
Garfield69 2020-07-21 12:21:12 +12:00
parent 44eb3bdadc
commit 5f309dc7d6

View file

@ -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