Skip to content

Commit

Permalink
abtorrents: add date time zone
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Sep 29, 2020
1 parent a99da3e commit 74a0a08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Jackett.Common/Definitions/audiobooktorrents.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 74a0a08

Please sign in to comment.