mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
linkomanija: add option to search in description (#12917)
This commit is contained in:
@@ -49,6 +49,25 @@ caps:
|
|||||||
music-search: [q]
|
music-search: [q]
|
||||||
book-search: [q]
|
book-search: [q]
|
||||||
|
|
||||||
|
settings:
|
||||||
|
- name: username
|
||||||
|
type: text
|
||||||
|
label: Username
|
||||||
|
|
||||||
|
- name: password
|
||||||
|
type: password
|
||||||
|
label: Password
|
||||||
|
|
||||||
|
# - name: andmatch
|
||||||
|
# type: checkbox
|
||||||
|
# label: Accept non english characters in torrent names (get more results)
|
||||||
|
# default: true
|
||||||
|
|
||||||
|
- name: searchindesc
|
||||||
|
type: checkbox
|
||||||
|
label: Search in torrent description (get more results)
|
||||||
|
default: true
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: takelogin.php
|
path: takelogin.php
|
||||||
method: post
|
method: post
|
||||||
@@ -67,11 +86,12 @@ search:
|
|||||||
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
incldead: 1
|
incldead: 1
|
||||||
|
searchindesc: "{{ .Config.searchindesc }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table> tbody > tr:has(a[href^="details?"])
|
selector: table> tbody > tr:has(a[href^="details?"])
|
||||||
filters:
|
# filters:
|
||||||
- name: andmatch
|
# - 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