Skip to content

Commit

Permalink
horrorsite: add date TZ
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Oct 4, 2020
1 parent 84e0dde commit 8172f9a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Jackett.Common/Definitions/horrorsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ caps:
tv-search: [q, season, ep]
movie-search: [q]
music-search: [q]
book-search: [q]

settings:
- name: username
Expand Down Expand Up @@ -147,8 +148,10 @@ search:
args: (\d{4}-\d{2}-\d{2}\s\d{2}:\d{2}:\d{2})
- name: replace
args: ["\xA0", " "]
- name: append
args: " +01:00" # CET
- name: dateparse
args: "2006-01-02 15:04:05"
args: "2006-01-02 15:04:05 -07:00"
size:
selector: td:nth-last-child(5) > u
grabs:
Expand Down

0 comments on commit 8172f9a

Please sign in to comment.