Skip to content

Commit

Permalink
torrentdownloads: switch keywordless searching to today.year resolves #…
Browse files Browse the repository at this point in the history
…1559

the today page has been empty for 25 days and the site is not getting torrents updates.
this has become an archive site.
  • Loading branch information
garfield69 committed Aug 29, 2021
1 parent 6b2b1ed commit 7598787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Jackett.Common/Definitions/torrentdownloads.yml
Expand Up @@ -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__))
Expand Down

0 comments on commit 7598787

Please sign in to comment.