oldgreektracker: new date format

This commit is contained in:
Garfield69
2024-03-19 05:49:52 +13:00
parent df77d41641
commit 48af896f91

View File

@@ -200,11 +200,9 @@ search:
# auto adjusted by site account profile # auto adjusted by site account profile
filters: filters:
- name: regexp - name: regexp
args: "(\\d{1,2}(?:st|nd|rd|th):\\w{3,9}:\\d{4} \\d{2}:\\d{2})" args: "(\\d{2}-\\d{2}-\\d{2} \\d{2}:\\d{2})"
- name: re_replace
args: ["^(\\d{1,2})(?:st|nd|rd|th):", "$1:"]
- name: dateparse - name: dateparse
args: "d:MMMM:yyyy HH:mm" args: "dd:MM:yy HH:mm"
size: size:
selector: td:nth-last-child(5) selector: td:nth-last-child(5)
grabs: grabs: