mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
lesaloon: add date TZ
code tidy
This commit is contained in:
@@ -141,7 +141,7 @@ search:
|
||||
- path: index.php
|
||||
inputs:
|
||||
page: torrents
|
||||
search: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ end }}"
|
||||
search: "{{ .Keywords }}"
|
||||
parentcategory: 0
|
||||
category: 0
|
||||
genre: 0
|
||||
@@ -195,8 +195,10 @@ search:
|
||||
# 06/02/2019 18:19:28
|
||||
selector: td:nth-child(7)
|
||||
filters:
|
||||
- name: append
|
||||
args: " +01:00" # CET
|
||||
- name: dateparse
|
||||
args: "02/01/2006 15:04:05"
|
||||
args: "02/01/2006 15:04:05 -07:00"
|
||||
seeders:
|
||||
selector: td:nth-child(8)
|
||||
leechers:
|
||||
|
Reference in New Issue
Block a user