mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
abtorrents: fix dateparse
This commit is contained in:
@@ -138,13 +138,13 @@ search:
|
|||||||
files:
|
files:
|
||||||
selector: td:nth-last-child(8)
|
selector: td:nth-last-child(8)
|
||||||
date:
|
date:
|
||||||
# Sep 20 2020<br/>07:25 PM
|
# Sep 20 2020<br/>7:25 PM
|
||||||
selector: td:nth-last-child(7)
|
selector: td:nth-last-child(7)
|
||||||
filters:
|
filters:
|
||||||
- name: append
|
- name: append
|
||||||
args: " +00:00" # auto adjusted by site account profile
|
args: " +00:00" # auto adjusted by site account profile
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "Jan 2 2006 03:04 PM -07:00"
|
args: "Jan 2 2006 3:04 PM -07:00"
|
||||||
size:
|
size:
|
||||||
selector: td:nth-last-child(6)
|
selector: td:nth-last-child(6)
|
||||||
grabs:
|
grabs:
|
||||||
|
Reference in New Issue
Block a user