mirror of
https://github.com/Jackett/Jackett
synced 2025-03-11 14:44:46 +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 }}"
|
only_free: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
||||||
sort: "{{ .Config.sort }}"
|
sort: "{{ .Config.sort }}"
|
||||||
type: "{{ .Config.type }}"
|
type: "{{ .Config.type }}"
|
||||||
|
|
||||||
keywordsfilters:
|
keywordsfilters:
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["(\\w+)", " +$1"] # prepend + to each word
|
args: ["(\\w+)", " +$1"] # prepend + to each word
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.table-bordered tr:has(a[href^="download.php?torrent="])
|
selector: table.table-bordered tr:has(a[href^="download.php?torrent="])
|
||||||
filters:
|
|
||||||
- name: andmatch
|
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
|
Loading…
Add table
Reference in a new issue