mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
teamhd: add date TZ
This commit is contained in:
@@ -28,18 +28,6 @@ caps:
|
|||||||
movie-search: [q]
|
movie-search: [q]
|
||||||
music-search: [q]
|
music-search: [q]
|
||||||
|
|
||||||
# login:
|
|
||||||
# path: takelogin.php
|
|
||||||
# method: post
|
|
||||||
# inputs:
|
|
||||||
# username: "{{ .Config.username }}"
|
|
||||||
# password: "{{ .Config.password }}"
|
|
||||||
# error:
|
|
||||||
# - selector: div.error
|
|
||||||
# test:
|
|
||||||
# path: index.php
|
|
||||||
# selector: a[href="/logout.php"]
|
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
- name: cookie
|
- name: cookie
|
||||||
type: text
|
type: text
|
||||||
@@ -106,8 +94,10 @@ search:
|
|||||||
date:
|
date:
|
||||||
selector: td > div > small
|
selector: td > div > small
|
||||||
filters:
|
filters:
|
||||||
|
- name: append
|
||||||
|
args: " +00:00" # auto adjusted by site account profile
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "02-01-2006 15:04"
|
args: "02-01-2006 15:04 -07:00"
|
||||||
seeders:
|
seeders:
|
||||||
selector: td:nth-child(4)
|
selector: td:nth-child(4)
|
||||||
filters:
|
filters:
|
||||||
|
Reference in New Issue
Block a user