Skip to content

Commit

Permalink
tjupt: add MR
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Oct 21, 2020
1 parent e1226f3 commit 82aa6fd
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions src/Jackett.Common/Definitions/tjupt.yml
Expand Up @@ -44,19 +44,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
- name: info_tpp
type: info
label: Results Per Page
Expand Down Expand Up @@ -129,7 +129,7 @@ search:
optional: true
filters:
- name: append
args: " +08:00"
args: " +08:00" # CST
- name: dateparse
args: "2006-01-02 15:04:05 -07:00"
date:
Expand All @@ -138,7 +138,7 @@ search:
optional: true
filters:
- name: append
args: " +08:00"
args: " +08:00" # CST
- name: dateparse
args: "2006-01-0215:04:05 -07:00"
size:
Expand Down Expand Up @@ -166,4 +166,6 @@ search:
description:
selector: td:nth-child(2)
remove: a, img
minimumratio:
text: 0.8
# NexusPHP Standard v1.5 Beta 4 (custom ulvf dlvf)

0 comments on commit 82aa6fd

Please sign in to comment.