mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Fix TPB category searching (#1252)
* add * Add 3D Torrents * Accidently commited an old version of the 3dtorrents yaml file * Allow searching by categories for TPB * add * add * Fix error when pressing the Test button for TPB. This will remove searching by category for the time being. * Change HDPter to Ourbits * KG improvements. Fixed 1) and 2) for #1241 * Add Torrent9 * Add tracker HDChina * Fix searching by category for TPB. This also fixes having Jackett fail when pressing the Test button for TPB.
This commit is contained in:
@@ -73,11 +73,7 @@
|
||||
settings: []
|
||||
|
||||
search:
|
||||
path: "{{if .Query.Keywords}}
|
||||
search/{{ .Query.Keywords}}/0/99/
|
||||
{{else}}
|
||||
/recent
|
||||
{{end}}"
|
||||
path: "{{if .Query.Keywords}}/search/{{ .Query.Keywords}}/0/99/{{range .Categories }}{{.}}{{end}}{{else}}/recent{{end}}"
|
||||
rows:
|
||||
selector: "#searchResult tbody tr:has(td.vertTh)"
|
||||
fields:
|
||||
|
Reference in New Issue
Block a user