mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-03 00:47:21 +02:00
losslessclub: add date TZ
code tidy
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user