mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
assorted yml: dateparse update. related to #14072
This commit is contained in:
parent
91c7c52f19
commit
ede19a9b73
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ search:
|
|||
optional: true
|
||||
filters:
|
||||
- name: dateparse
|
||||
args: "Jan 2 2006, 03:04 PM"
|
||||
args: "MMM d yyyy, hh:mm tt"
|
||||
date:
|
||||
text: "{{ if or .Result.date_day .Result.date_year }}{{ or .Result.date_day .Result.date_year }}{{ else }}now{{ end }}"
|
||||
size:
|
||||
|
|
Loading…
Reference in a new issue