hqsource: fix date selector and filters

This commit is contained in:
ilike2burnthing 2021-05-17 20:47:16 +01:00 committed by GitHub
parent bb144ac281
commit 2a39390e85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -114,12 +114,14 @@ search:
size:
selector: td:nth-child(5)
date:
selector: tr, br
selector: td:nth-child(2)
filters:
- name: regexp
args: (\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2})
- name: append
args: " +01:00" # CET
- name: dateparse
args: "2006-01-0215:04:05 -07:00"
args: "2006-01-02 15:04:05 -07:00"
seeders:
selector: td:nth-child(7)
leechers: