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