losslessclub: add date TZ

code tidy
This commit is contained in:
Garfield69
2020-11-15 16:59:55 +13:00
parent 9dec9ba04d
commit dad14eca09

View File

@@ -32,15 +32,17 @@ search:
paths:
- path: browse.php
inputs:
search: "{{if .Query.Artist}}{{ .Query.Artist }}{{else}}{{ .Keywords }}{{end}}"
t: "all"
search: "{{ if .Query.Artist }}{{ .Query.Artist }}{{ else }}{{ .Keywords }}{{ end }}"
t: all
rows:
selector: div#releases-table > table > tbody > tr:has(a.browselink)
fields:
category:
text: 1
title:
selector: a.browselink
category:
text: "1"
details:
selector: a.browselink
attribute: href
@@ -73,13 +75,14 @@ search:
filters:
- name: replace
args: ["by", ""]
- name: append
args: " +03:00" # MSK
- name: dateparse
args: "2/01/06"
downloadvolumefactor:
case:
"*": "1"
uploadvolumefactor:
case:
"*": "1"
args: "2/01/06 -07:00"
description:
selector: div.tag_list_browse
downloadvolumefactor:
text: 1
uploadvolumefactor:
text: 1
# engine tbd