mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
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:
@@ -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__))
|
||||||
|
Reference in New Issue
Block a user