mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 18:59:01 +00:00
newheaven: fix date_year. #15527
This commit is contained in:
parent
9c5cf77b44
commit
7cdb6417d9
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ search:
|
|||
- name: regexp
|
||||
args: "(\\d{2}\\.\\d{2}.\\d{4}\\s\\d{2}\\:\\d{2})"
|
||||
- name: append
|
||||
args: "+01:00" # CET
|
||||
args: " +01:00" # CET
|
||||
- name: dateparse
|
||||
args: "dd.MM.yyyy HH:mm zzz"
|
||||
date:
|
||||
|
|
Loading…
Add table
Reference in a new issue