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
1829090c99
commit
8a078aede6
2 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ search:
|
|||
- name: append
|
||||
args: " +03:00" # MSK
|
||||
- name: dateparse
|
||||
args: "2-01-2006, 15:04 -07:00"
|
||||
args: "d-MM-yyyy, HH:mm zzz"
|
||||
date:
|
||||
text: "{{ if or .Result.date_year .Result.date_today .Result.date_yday }}{{ or .Result.date_year .Result.date_today .Result.date_yday }}{{ else }}now{{ end }}"
|
||||
size:
|
||||
|
|
|
@ -88,7 +88,7 @@ search:
|
|||
- name: append
|
||||
args: " +03:00" # MSK
|
||||
- name: dateparse
|
||||
args: "2-01-2006, 15:04 -07:00"
|
||||
args: "d-MM-yyyy, HH:mm zzz"
|
||||
date:
|
||||
text: "{{ if or .Result.date_year .Result.date_day }}{{ or .Result.date_year .Result.date_day }}{{ else }}now{{ end }}"
|
||||
size:
|
||||
|
|
Loading…
Reference in a new issue