mirror of https://github.com/Jackett/Jackett
Blutopia: fix timezone parsing
This commit is contained in:
parent
b9d3592f3a
commit
f3098bd6d9
|
@ -91,6 +91,8 @@
|
||||||
filters:
|
filters:
|
||||||
- name: append
|
- name: append
|
||||||
args: " +00:00"
|
args: " +00:00"
|
||||||
|
- name: dateparse
|
||||||
|
args: "2006-01-02 15:04:05 -07:00"
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"i[data-original-title=\"100% Free\"]": "0"
|
"i[data-original-title=\"100% Free\"]": "0"
|
||||||
|
|
Loading…
Reference in New Issue