mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
big thanks to @adamwinn for all their help testing
This commit is contained in:
@@ -72,10 +72,12 @@ search:
|
|||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
|
titleonly: 1
|
||||||
|
# 0 Exact, 1 Fuzzy, 3 Parsed, 4 Simple # 2 Pure is not used
|
||||||
|
nonboolean: 0
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="])
|
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="])
|
||||||
filters:
|
|
||||||
- name: andmatch
|
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
@@ -115,6 +115,9 @@ search:
|
|||||||
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
incldead: 1
|
incldead: 1
|
||||||
|
titleonly: 1
|
||||||
|
# 0 Exact, 1 Fuzzy, 3 Parsed, 4 Simple # 2 Pure is not used
|
||||||
|
nonboolean: 0
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="])
|
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="])
|
||||||
|
@@ -89,6 +89,9 @@ search:
|
|||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
|
titleonly: 1
|
||||||
|
# 0 Exact, 1 Fuzzy, 3 Parsed, 4 Simple # 2 Pure is not used
|
||||||
|
nonboolean: 0
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="])
|
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="])
|
||||||
|
@@ -70,11 +70,12 @@ search:
|
|||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
|
titleonly: 1
|
||||||
|
# 0 Exact, 1 Fuzzy, 3 Parsed, 4 Simple # 2 Pure is not used
|
||||||
|
nonboolean: 0
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="])
|
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="])
|
||||||
filters:
|
|
||||||
- name: andmatch
|
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
@@ -89,6 +89,9 @@ search:
|
|||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
|
titleonly: 1
|
||||||
|
# 0 Exact, 1 Fuzzy, 3 Parsed, 4 Simple # 2 Pure is not used
|
||||||
|
nonboolean: 0
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="])
|
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="])
|
||||||
|
@@ -88,6 +88,9 @@ search:
|
|||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
|
titleonly: 1
|
||||||
|
# 0 Exact, 1 Fuzzy, 3 Parsed, 4 Simple # 2 Pure is not used
|
||||||
|
nonboolean: 0
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="])
|
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="])
|
||||||
|
Reference in New Issue
Block a user