mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
yourbittorrent: change keywordless search to .Today.Year
This commit is contained in:
@@ -41,7 +41,7 @@ search:
|
||||
inputs:
|
||||
v: ""
|
||||
c: ""
|
||||
q: "{{ .Keywords }}"
|
||||
q: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["[\\s]+", "-"]
|
||||
|
Reference in New Issue
Block a user