mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
abtorrents: add date time zone
This commit is contained in:
parent
a99da3edc9
commit
74a0a08d5c
1 changed files with 6 additions and 0 deletions
|
@ -146,7 +146,13 @@ search:
|
|||
files:
|
||||
selector: td:nth-last-child(8)
|
||||
date:
|
||||
# Sep 20 2020<br/>07:25 PM
|
||||
selector: td:nth-last-child(7)
|
||||
filters:
|
||||
- name: append
|
||||
args: " -07:00" # PTZ
|
||||
- name: dateparse
|
||||
args: "Jan 2 2006 03:04 PM -07:00"
|
||||
size:
|
||||
selector: td:nth-last-child(6)
|
||||
grabs:
|
||||
|
|
Loading…
Add table
Reference in a new issue