mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrentdownload: revert keywordless search to homepage
This commit is contained in:
@@ -118,7 +118,7 @@ download:
|
|||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: "search{{ re_replace .Config.sort \"_\" \"\" }}?q={{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
- path: "{{ if .Keywords }}search{{ re_replace .Config.sort \"_\" \"\" }}?q={{ .Keywords }}{{ else }}/{{ end }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.table2 > tbody > tr:has(span.smallish)
|
selector: table.table2 > tbody > tr:has(span.smallish)
|
||||||
|
Reference in New Issue
Block a user