Skip to content

Commit

Permalink
pwtorrents: add date TZ
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Oct 12, 2020
1 parent 457ad47 commit 4fb6176
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Jackett.Common/Definitions/pwtorrents.yml
Expand Up @@ -124,8 +124,10 @@ search:
date:
selector: td:nth-child(4)
filters:
- name: append
args: " +00:00" # GMT
- name: dateparse
args: "2006-01-0215:04:05"
args: "2006-01-0215:04:05 -07:00"
size:
selector: td:nth-child(5)
grabs:
Expand Down

0 comments on commit 4fb6176

Please sign in to comment.