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
|
- path: index.php
|
||||||
inputs:
|
inputs:
|
||||||
page: torrents
|
page: torrents
|
||||||
search: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ end }}"
|
search: "{{ .Keywords }}"
|
||||||
parentcategory: 0
|
parentcategory: 0
|
||||||
category: 0
|
category: 0
|
||||||
genre: 0
|
genre: 0
|
||||||
@@ -195,8 +195,10 @@ search:
|
|||||||
# 06/02/2019 18:19:28
|
# 06/02/2019 18:19:28
|
||||||
selector: td:nth-child(7)
|
selector: td:nth-child(7)
|
||||||
filters:
|
filters:
|
||||||
|
- 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"
|
||||||
seeders:
|
seeders:
|
||||||
selector: td:nth-child(8)
|
selector: td:nth-child(8)
|
||||||
leechers:
|
leechers:
|
||||||
|
Reference in New Issue
Block a user