torrentdownload: revert keywordless search to homepage

This commit is contained in:
ilike2burnthing 2024-02-12 01:26:27 +00:00 committed by GitHub
parent ad079cd5aa
commit 14bfee2148
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ download:
search:
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:
selector: table.table2 > tbody > tr:has(span.smallish)