mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-02 16:42:01 +02:00
torrentdownload: changes to keywordless search
This commit is contained in:
@@ -121,8 +121,9 @@ login:
|
||||
path: /
|
||||
|
||||
search:
|
||||
# home page no longer has torrents. /latest would be ideal but has not categories. resorting to /top for keywordless searches.
|
||||
paths:
|
||||
- path: "{{ if .Keywords }}search{{ re_replace .Config.sort \"_\" \"\" }}?q={{ .Keywords }}{{ else }}{{ end }}"
|
||||
- path: "{{ if .Keywords }}search{{ re_replace .Config.sort \"_\" \"\" }}?q={{ .Keywords }}{{ else }}top{{ end }}"
|
||||
|
||||
rows:
|
||||
selector: table.table2 > tbody > tr:has(span.smallish)
|
||||
|
Reference in New Issue
Block a user