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
419723ec38
commit
a16cb0d40f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ search:
|
|||
selector: td.date
|
||||
filters:
|
||||
- name: dateparse
|
||||
args: "2006-01-02 15:04"
|
||||
args: "yyyy-MM-dd HH:mm"
|
||||
date:
|
||||
text: "{{ if .Result.date_optional }}{{ .Result.date_optional }}{{ else }}now{{ end }}"
|
||||
size_optional:
|
||||
|
|
Loading…
Reference in a new issue