diff --git a/src/Jackett.Common/Definitions/theempire.yml b/src/Jackett.Common/Definitions/theempire.yml index 410264085..9086fd6d3 100644 --- a/src/Jackett.Common/Definitions/theempire.yml +++ b/src/Jackett.Common/Definitions/theempire.yml @@ -72,10 +72,12 @@ search: inputs: $raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}" search: "{{ .Keywords }}" + titleonly: 1 + # 0 Exact, 1 Fuzzy, 3 Parsed, 4 Simple # 2 Pure is not used + nonboolean: 0 + rows: selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="]) - filters: - - name: andmatch fields: category: diff --git a/src/Jackett.Common/Definitions/thegeeks.yml b/src/Jackett.Common/Definitions/thegeeks.yml index a812d4cc8..59e812040 100644 --- a/src/Jackett.Common/Definitions/thegeeks.yml +++ b/src/Jackett.Common/Definitions/thegeeks.yml @@ -115,6 +115,9 @@ search: $raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}" search: "{{ .Keywords }}" incldead: 1 + titleonly: 1 + # 0 Exact, 1 Fuzzy, 3 Parsed, 4 Simple # 2 Pure is not used + nonboolean: 0 rows: selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="]) diff --git a/src/Jackett.Common/Definitions/theoccult.yml b/src/Jackett.Common/Definitions/theoccult.yml index 46781f829..67cf16f99 100644 --- a/src/Jackett.Common/Definitions/theoccult.yml +++ b/src/Jackett.Common/Definitions/theoccult.yml @@ -89,6 +89,9 @@ search: inputs: $raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}" search: "{{ .Keywords }}" + titleonly: 1 + # 0 Exact, 1 Fuzzy, 3 Parsed, 4 Simple # 2 Pure is not used + nonboolean: 0 rows: selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="]) diff --git a/src/Jackett.Common/Definitions/theplace.yml b/src/Jackett.Common/Definitions/theplace.yml index 83ceab952..ba7d96f3b 100644 --- a/src/Jackett.Common/Definitions/theplace.yml +++ b/src/Jackett.Common/Definitions/theplace.yml @@ -70,11 +70,12 @@ search: inputs: $raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}" search: "{{ .Keywords }}" + titleonly: 1 + # 0 Exact, 1 Fuzzy, 3 Parsed, 4 Simple # 2 Pure is not used + nonboolean: 0 rows: selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="]) - filters: - - name: andmatch fields: category: diff --git a/src/Jackett.Common/Definitions/theshow.yml b/src/Jackett.Common/Definitions/theshow.yml index 8a16aa435..628488696 100644 --- a/src/Jackett.Common/Definitions/theshow.yml +++ b/src/Jackett.Common/Definitions/theshow.yml @@ -89,6 +89,9 @@ search: inputs: $raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}" search: "{{ .Keywords }}" + titleonly: 1 + # 0 Exact, 1 Fuzzy, 3 Parsed, 4 Simple # 2 Pure is not used + nonboolean: 0 rows: selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="]) diff --git a/src/Jackett.Common/Definitions/thevault.yml b/src/Jackett.Common/Definitions/thevault.yml index 6b150bd85..1e0ae8b9c 100644 --- a/src/Jackett.Common/Definitions/thevault.yml +++ b/src/Jackett.Common/Definitions/thevault.yml @@ -88,6 +88,9 @@ search: inputs: $raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}" search: "{{ .Keywords }}" + titleonly: 1 + # 0 Exact, 1 Fuzzy, 3 Parsed, 4 Simple # 2 Pure is not used + nonboolean: 0 rows: selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="])