torrentdownloads: switch keywordless searching to today.year resolves #1559

the today page has been empty for 25 days and the site is not getting torrents updates.
this has become an archive site.
This commit is contained in:
Garfield69 2021-08-29 16:59:43 +12:00
parent 6b2b1ed545
commit 75987870f5
1 changed files with 2 additions and 2 deletions

View File

@ -90,10 +90,10 @@ download:
search:
paths:
- path: "{{ if .Keywords }}/search/{{ else }}/today/{{ end }}"
- path: search/
inputs:
$raw: "{{ range .Categories }}s_cat={{.}}&{{end}}"
search: "{{ .Keywords }}"
search: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
rows:
selector: div.inner_container > div:has(p:has(a[href^="/torrent/"])):not(:has(span.__cf_email__))