Skip to content

Commit

Permalink
thehorrorcharnet: add date TZ
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Oct 20, 2020
1 parent 2a53738 commit 4c3f9db
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/Jackett.Common/Definitions/thehorrorcharnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,23 @@ search:
files:
selector: td:nth-child(6)
date:
selector: td:nth-child(8)
# Yesterday<br /> 11:29 PM
# Today<br /> 05:23 PM
selector: td:nth-child(8):contains("day")
optional: true
filters:
- name: append
args: " +00:00" # auto adjusted by site account profile
- name: fuzzytime
date:
# Oct 17 2020<br /> 02:55 PM
selector: td:nth-child(8):not(:contains("day"))
optional: true
filters:
- name: append
args: " +00:00" # auto adjusted by site account profile
- name: dateparse
args: "Jan 02 2006 03:04 PM -07:00"
size:
selector: td:nth-child(9)
grabs:
Expand Down

0 comments on commit 4c3f9db

Please sign in to comment.