mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
bittorrentfiles: add date TZ
This commit is contained in:
@@ -212,6 +212,8 @@ search:
|
|||||||
args: ["Heute", "Today"]
|
args: ["Heute", "Today"]
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["Gestern", "Yesterday"]
|
args: ["Gestern", "Yesterday"]
|
||||||
|
- name: append
|
||||||
|
args: " +01:00" # CET
|
||||||
date:
|
date:
|
||||||
# 30.02.2018 23:12:50
|
# 30.02.2018 23:12:50
|
||||||
selector: td:nth-child(10):contains("."):contains(":")
|
selector: td:nth-child(10):contains("."):contains(":")
|
||||||
@@ -219,8 +221,10 @@ search:
|
|||||||
filters:
|
filters:
|
||||||
- name: split
|
- name: split
|
||||||
args: ["b", 0]
|
args: ["b", 0]
|
||||||
|
- name: append
|
||||||
|
args: " +01:00" # CET
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "02.01.2006 15:04:05"
|
args: "02.01.2006 15:04:05 -07:00"
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img[alt="OU"]: 0
|
img[alt="OU"]: 0
|
||||||
|
Reference in New Issue
Block a user