abtorrents: handle yesterday dateparse

This commit is contained in:
Garfield69 2021-08-19 17:02:27 +12:00
parent 23d3bbf425
commit d0f0c167d6
1 changed files with 11 additions and 2 deletions

View File

@ -138,8 +138,17 @@ search:
files: files:
selector: td:nth-last-child(8) selector: td:nth-last-child(8)
date: date:
# Sep 20 2020<br/>7:25 PM # Yesterday<br/>6:00 AM
selector: td:nth-last-child(7) selector: td:nth-last-child(7):contains("day")
optional: true
filters:
- name: append
args: " +00:00" # auto adjusted by site account profile
- name: fuzzytime
date:
# Aug 6 2021<br/>7:25 PM
selector: td:nth-last-child(7):not(:contains("day"))
optional: true
filters: filters:
- name: append - name: append
args: " +00:00" # auto adjusted by site account profile args: " +00:00" # auto adjusted by site account profile