Updated mock arr container names
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
id: okpt
|
||||
name: OKPT
|
||||
description: "OKPT is a CHINESE Private site for MOVIES / TV / MUSIC / GENERAL"
|
||||
description: "OKPT is a CHINESE Private Torrent Tracker for MOVIES / TV / MUSIC / GENERAL"
|
||||
language: zh-CN
|
||||
type: private
|
||||
encoding: UTF-8
|
||||
@@ -10,6 +10,7 @@ links:
|
||||
- https://www.okpt.net/
|
||||
|
||||
caps:
|
||||
# dont forget to update the path categories in the search block
|
||||
categorymappings:
|
||||
- {id: 401, cat: Movies, desc: "Movies/电影", default: true}
|
||||
- {id: 402, cat: TV, desc: "TV Series/电视剧", default: true}
|
||||
@@ -23,14 +24,11 @@ caps:
|
||||
- {id: 413, cat: Console, desc: "Games/游戏", default: true}
|
||||
- {id: 431, cat: PC, desc: "Software/软件", default: true}
|
||||
- {id: 409, cat: Other, desc: "Misc/其他", default: true}
|
||||
# special
|
||||
- {id: 412, cat: XXX/Other, desc: "3XBook/写真图影", default: false}
|
||||
- {id: 411, cat: XXX/x264, desc: "3XVideo/写真影片", default: false}
|
||||
- {id: 410, cat: XXX/ImageSet, desc: "3XImageSet/写真图片", default: false}
|
||||
- {id: 415, cat: Audio, desc: "Music/音乐", default: false}
|
||||
- {id: 406, cat: Audio/Video, desc: "MV", default: false}
|
||||
- {id: 437, cat: Audio/Video, desc: "Concert/演唱会", default: false}
|
||||
- {id: 438, cat: Audio/Video, desc: "Concert/音乐会", default: false}
|
||||
- {id: 416, cat: Other, desc: "Misc/其它", default: false}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
@@ -72,7 +70,7 @@ settings:
|
||||
- name: info_activity
|
||||
type: info
|
||||
label: Account Inactivity
|
||||
default: "Account retention rules:<ul><li>Sixth degree burn (Extreme User) and above will be retained forever</li><li>Second degree burn (Elite User) and above that have their accounts parked (in the control panel) for 60 consecutive days will be deleted</li><li>Users who have parked their accounts and do not log in for 60 consecutive days will have their accounts deleted</li><li>Users who have not parked their accounts will have their accounts deleted if they do not log in for 60 consecutive days</li><li>Users without traffic (i.e. upload / download data are all 0) will have their accounts deleted if they do not log in for 14 consecutive days.</li></ul>"
|
||||
default: "Account retention rules:<ul><li>Ultimate User and above will keep the account forever</li><li>Veteran User level accounts will not be disabled if they are parked (control panel)</li><li>Unparked accounts will be banned if they have not logged in for 60 days</li><li>Users below Veteran User level will be banned if they have not logged in for more than 300 days</li><li>Users who have not generated any traffic in 30 days (i.e. upload/download are 0) will be banned</li><li>Banned accounts will be deleted if they have not logged in for more than 365 days</li></ul>"
|
||||
|
||||
login:
|
||||
# using cookie method because site regularly disables login page for certain events during the year
|
||||
@@ -88,7 +86,7 @@ search:
|
||||
- path: torrents.php
|
||||
categories: [401, 402, 403, 404, 407, 436, 405, 434, 432, 413, 431, 409]
|
||||
- path: special.php
|
||||
categories: [412, 411, 410, 415, 437, 438, 416]
|
||||
categories: [411, 410, 415, 406, 437]
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}cat{{.}}=1&{{end}}"
|
||||
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ end }}{{ if or .Query.IMDBID .Query.DoubanID }} {{ else }}{{ .Keywords }}{{ end }}{{ if .Query.DoubanID }}{{ .Query.DoubanID }}{{ else }}{{ end }}"
|
||||
@@ -176,8 +174,8 @@ search:
|
||||
minimumratio:
|
||||
text: 1.0
|
||||
minimumseedtime:
|
||||
# 1.5 days (as seconds = 1.5 x 24 x 60 x 60)
|
||||
text: 129600
|
||||
# 3 days (as seconds = 3 x 24 x 60 x 60)
|
||||
text: 259200
|
||||
description_verified:
|
||||
case:
|
||||
span[title="通过"], span[title="通過"], span[title="Allowed"]: "Verified:"
|
||||
|
||||
Reference in New Issue
Block a user