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:
|
inputs:
|
||||||
v: ""
|
v: ""
|
||||||
c: ""
|
c: ""
|
||||||
q: "{{ .Keywords }}"
|
q: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
||||||
keywordsfilters:
|
keywordsfilters:
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["[\\s]+", "-"]
|
args: ["[\\s]+", "-"]
|
||||||
|
Reference in New Issue
Block a user