Skip to content

Commit

Permalink
unlimitz: add date TZ
Browse files Browse the repository at this point in the history
cody tidy
  • Loading branch information
garfield69 committed Oct 24, 2020
1 parent 0e2faac commit 81007f1
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions src/Jackett.Common/Definitions/unlimitz.yml
Expand Up @@ -70,19 +70,19 @@ settings:
- name: sort
type: select
label: Sort requested from site
default: "4"
default: 4
options:
"4": "created"
"7": "seeders"
"5": "size"
"1": "title"
4: created
7: seeders
5: size
1: title
- name: type
type: select
label: Order requested from site
default: "desc"
default: desc
options:
"desc": "desc"
"asc": "asc"
desc: desc
asc: asc

login:
path: login.php
Expand Down Expand Up @@ -149,8 +149,10 @@ search:
date:
selector: td:nth-child(7)
filters:
- name: append
args: " +07:00" # ICT
- name: dateparse
args: "2006-01-0215:04:05"
args: "2006-01-0215:04:05 -07:00"
size:
selector: td:nth-child(8)
grabs:
Expand Down

0 comments on commit 81007f1

Please sign in to comment.