mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 05:16:55 +00:00
parent
655ab08d57
commit
c3f62a1ac2
1 changed files with 2 additions and 3 deletions
|
@ -124,9 +124,6 @@ login:
|
|||
search:
|
||||
paths:
|
||||
- path: /
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["[^a-zA-Z0-9]+", "%25"]
|
||||
inputs:
|
||||
p: torrents
|
||||
pid: 32
|
||||
|
@ -142,6 +139,8 @@ search:
|
|||
|
||||
rows:
|
||||
selector: "table#torrents_table_classic > tbody > tr:has(td.torrent_name){{ if .Config.freeleech }}:has(img[title=\"FREE!\"]){{ else }}{{ end }}"
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Add table
Reference in a new issue