From 562cfd57a693f805005513cd1deb44683b2774bf Mon Sep 17 00:00:00 2001 From: CodeMonkey Date: Wed, 17 May 2017 03:24:39 -0400 Subject: [PATCH] Fix date field so it correctly parses as UTC time (#1389) --- src/Jackett/Definitions/tokyotosho.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Jackett/Definitions/tokyotosho.yml b/src/Jackett/Definitions/tokyotosho.yml index 77ce36234..968283ffc 100644 --- a/src/Jackett/Definitions/tokyotosho.yml +++ b/src/Jackett/Definitions/tokyotosho.yml @@ -64,8 +64,10 @@ args: [ "|", 2 ] - name: regexp args: "Date: (.+?) ?$" + - name: replace + args: ["UTC","-00"] - name: dateparse - args: "2006-01-02 15:04 UTC" + args: "2006-01-02 15:04 -07" seeders: selector: td:nth-child(5) > span:nth-child(1) leechers: