mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
theleachzone: drop andmatch
This commit is contained in:
parent
fa4513749c
commit
9a4f6faed1
1 changed files with 1 additions and 2 deletions
|
@ -105,14 +105,13 @@ search:
|
|||
only_free: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
||||
sort: "{{ .Config.sort }}"
|
||||
type: "{{ .Config.type }}"
|
||||
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["(\\w+)", " +$1"] # prepend + to each word
|
||||
|
||||
rows:
|
||||
selector: table.table-bordered tr:has(a[href^="download.php?torrent="])
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Add table
Reference in a new issue