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

View File

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