mirror of
https://github.com/Jackett/Jackett
synced 2025-03-12 07:04:22 +00:00
btetree: handles missing leading 0 from datetime HH:mm
This commit is contained in:
parent
f832bca9eb
commit
e1ad56b12a
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ search:
|
||||||
date:
|
date:
|
||||||
selector: td:nth-child(5)
|
selector: td:nth-child(5)
|
||||||
filters:
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: [" ", " 0"]
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "01/02 15:04"
|
args: "01/02 15:04"
|
||||||
size:
|
size:
|
||||||
|
|
Loading…
Add table
Reference in a new issue