Jackett/src/Jackett.Common/Definitions/totheglory.yml

192 lines
5.1 KiB
YAML
Raw Normal View History

---
id: totheglory
name: ToTheGlory
2020-05-14 05:23:19 +00:00
description: "ToTheGlory (TTG) A Chinese tracker"
language: zh-cn
type: private
encoding: UTF-8
links:
- https://totheglory.im/
caps:
categories:
# 电影
电影DVDRip: Movies/SD # Movie DVDRip
电影720p: Movies/HD # Movie 720p
电影1080i/p: Movies/HD # Movie 1080i / p
BluRay原盘: Movies/BluRay # BluRay original disc
# 纪录片
纪录片720p: Movies/HD # Documentary 720p
纪录片1080i/p: Movies/HD # Documentary 1080i / p
纪录片BluRay原盘: Movies/BluRay # Documentary BluRay Original
# 剧集
欧美剧720p: TV/HD # 欧美剧720p
欧美剧1080i/p: TV/HD # 欧美剧1080i/p
高清日剧: TV/HD # 高清日剧
大陆港台剧1080i/p: TV/HD # 大陆港台剧1080i/p
大陆港台剧720p: TV/HD # 大陆港台剧720p
高清韩剧: TV/HD # 高清韩剧
# 剧集包
欧美剧包: TV/HD # 欧美剧包
日剧包: TV/HD # 日剧包
韩剧包: TV/HD # 韩剧包
华语剧包: TV/HD # 华语剧包
# 音乐
(电影原声&Game)OST: Audio # (电影原声&Game)OST
无损音乐FLAC&APE: Audio/Lossless # 无损音乐FLAC&APE
MV&演唱会: Audio/Video # MV&演唱会
# 其他
高清体育节目: TV/Sport # High-definition sports programs
高清动漫: TV/Anime # HD animation
韩国综艺: TV/HD # South Korea Variety
日本综艺: TV/HD # Japanese variety
高清综艺: TV/HD # HD Variety
MiniVideo: Other # MiniVideo
补充音轨: Audio # Supplemental audio tracks
iPhone/iPad视频: PC/Phone-Other # IPhone / iPad video
modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]
music-search: [q]
2020-05-14 05:23:19 +00:00
settings:
- name: username
type: text
label: Username
- name: password
type: password
label: Password
- name: 2facode
type: text
label: 2FA code
- name: info_2fa
type: info
label: "About 2FA code"
default: "Only fill in the <b>2FA code</b> box if you have enabled <b>2FA</b> on the TTG Web Site. Otherwise just leave it empty."
- name: passid
type: select
label: Security Question ID
default: "0"
options:
"0": "Security question (Ignore not set)"
"1": "When did your start using PT?"
"2": "How did you get to know about TTG?"
"3": "What's the name of the first movie you watched in a cinema?"
"4": "What's your favorite movie?"
"5": "Who's your favorite porn star?"
"6": "Who's your favorite actor/actress?"
"7": "What's your most anticipated movie?"
- name: info_passid
type: info
label: "About Security ID"
default: "Only select the <b>Security Question ID</b> from the pulldown if you have set it on the TTG Web Site. Otherwise just leave it as ignore not set."
- name: passan
type: text
label: Security Question Answer
- name: info_passan
type: info
label: "About Security Question Answer"
default: "Only fill in the <b>Security Question Answer</b> box if you have set it on the TTG Web Site. Dont forget to write your answer in the same language you saved it on the TTG Web Site. Otherwise just leave it empty."
login:
path: login.php?returnto=
method: form
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
2020-05-14 05:23:19 +00:00
rememberme: yes
otp: "{{ .Config.2facode }}"
passid: "{{ .Config.passid }}"
passan: "{{ .Config.passan }}"
error:
- selector: form#loginform > span.warning
test:
path: my.php
ratio:
path: my.php
selector: span.smallfont:has(span#sp_signed)
filters:
- name: regexp
args: "分享率 : (.*?)\u00a0\u00a0"
search:
paths:
- path: browse.php
inputs:
2020-05-14 05:23:19 +00:00
search_field: "{{ range .Categories }}分类:`{{.}}` {{end}}{{ .Keywords }}"
c: M
rows:
selector: table#torrent_table > tbody > tr[id]
2020-05-14 05:23:19 +00:00
fields:
description:
selector: div.name_left > a > b
title:
selector: div.name_left > a > b
remove: span
category:
selector: tr[id] td:nth-child(1) > a
attribute: href
filters:
- name: querystring
args: search_field
- name: replace
args: ["category:", ""]
- name: trim
args: "\""
details:
selector: div.name_left > a
attribute: href
download:
selector: a.dl_a
attribute: href
files:
selector: td:nth-child(3)
size:
selector: td:nth-child(7)
seeders:
selector: td:nth-child(9)
filters:
- name: split
args: ["/", 0]
leechers:
selector: td:nth-child(9)
filters:
- name: split
args: ["/", 1]
- name: replace
args: ["\n", ""]
grabs:
selector: td:nth-child(8)
filters:
- name: regexp
2020-05-14 05:23:19 +00:00
args: (\d+)
date:
selector: td:nth-child(5)
filters:
- name: append
args: " +0800"
- name: dateparse
args: "2006-01-0215:04:05 -0700"
imdb:
selector: span.imdb_rate > a
attribute: href
downloadvolumefactor:
case:
2020-05-14 05:23:19 +00:00
img[alt="free"]: 0
img[alt="50%"]: 0.5
img[alt="30%"]: 0.3
"*": 1
uploadvolumefactor:
2020-05-14 05:23:19 +00:00
text: 1
# engine n/a