assorted yml: dateparse update. related to #14072 (#14083)

This commit is contained in:
Bogdan 2023-02-24 22:18:38 +02:00 committed by GitHub
parent 90438e04cb
commit 8b3d9f4b5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -123,7 +123,7 @@ search:
- name: replace
args: [" at ", " "]
- name: dateparse
args: "02-01-2006 15:04:05"
args: "dd-MM-yyyy HH:mm:ss"
size:
selector: td:nth-last-child(6)
grabs:

View File

@ -173,7 +173,7 @@ search:
# auto adjusted by site account profile
filters:
- name: dateparse
args: "02-01-2006 15:04:05"
args: "dd-MM-yyyy HH:mm:ss"
grabs:
selector: td:nth-last-child(5)
seeders:

View File

@ -208,7 +208,7 @@ search:
- name: replace
args: ["Naložen: ", ""]
- name: dateparse
args: "02.01.2006 15:04:05"
args: "dd.MM.yyyy HH:mm:ss"
date:
text: "{{ if or .Result.date_day .Result.date_year }}{{ or .Result.date_day .Result.date_year }}{{ else }}now{{ end }}"
size:

View File

@ -123,7 +123,7 @@ search:
- name: replace
args: [" u ", " "]
- name: dateparse
args: "02.01.2006 15:04:05"
args: "dd.MM.yyyy HH:mm:ss"
description:
selector: td:nth-child(2)
remove: a, br, small