mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
linkomanija: prepend + to each word (#14118)
This commit is contained in:
@@ -58,11 +58,6 @@ settings:
|
|||||||
type: password
|
type: password
|
||||||
label: Password
|
label: Password
|
||||||
|
|
||||||
# - name: andmatch
|
|
||||||
# type: checkbox
|
|
||||||
# label: Accept non english characters in torrent names (get more results)
|
|
||||||
# default: true
|
|
||||||
|
|
||||||
- name: searchindesc
|
- name: searchindesc
|
||||||
type: checkbox
|
type: checkbox
|
||||||
label: Search in torrent description (get more results)
|
label: Search in torrent description (get more results)
|
||||||
@@ -88,10 +83,12 @@ search:
|
|||||||
incldead: 1
|
incldead: 1
|
||||||
searchindesc: "{{ .Config.searchindesc }}"
|
searchindesc: "{{ .Config.searchindesc }}"
|
||||||
|
|
||||||
|
keywordsfilters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(\\w+)", "+$1"] # prepend + to each word
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table> tbody > tr:has(a[href^="details?"])
|
selector: table> tbody > tr:has(a[href^="details?"])
|
||||||
# filters:
|
|
||||||
# - name: "{{ if .Config.andmatch }}andmatch{{ else }}{{ end }}" Currently, -name must be simple string, not a variable
|
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
Reference in New Issue
Block a user