2019-05-15 04:42:34 +00:00
---
site : teamhd
name : TeamHD
description : "TeamHD is a RUSSIAN Private Torrent Tracker for HD MOVIES / TV"
language : ru-ru
type : private
encoding : UTF-8
links :
- https://teamhd.org/
caps :
categorymappings :
- {id: 29, cat: Movies/HD, desc : "Movies Фильмы" }
- {id: 25, cat: TV/Anime, desc : "Cartoons Мультфильмы" }
- {id: 26, cat: Audio/Lossless, desc : "Hi-Res Audio" }
- {id: 27, cat: Other, desc : "Demo Демо" }
- {id: 28, cat: TV/Documentary, desc : "Documentary Документальное кино" }
- {id: 30, cat: Audio/Video, desc : "Music Video Музыкальное видео" }
- {id: 31, cat: TV/Sport, desc : "Sport Спорт" }
- {id: 32, cat: TV/HD, desc : "TV Show Т В Шоу" }
- {id: 33, cat: TV/HD, desc : "Soaps Сериалы" }
- {id: 34, cat: TV/HD, desc : "Other" }
- {id: 35, cat: Movies, desc : "Content w/o subs Контент без перевода" }
modes :
search : [ q]
tv-search : [ q, season, ep]
movie-search : [ q]
2020-04-21 21:01:58 +00:00
music-search : [ q]
2019-05-15 04:42:34 +00:00
2019-07-25 19:26:27 +00:00
# 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"]
2020-03-24 07:33:46 +00:00
2019-07-25 19:26:27 +00:00
settings :
- name : cookie
type : text
label : Cookie
- name : info
type : info
label : How to get the Cookie
2020-03-23 00:30:15 +00:00
default : "<ol><li>Login to this tracker with your browser<li>Open the <b>DevTools</b> panel by pressing <b>F12</b><li>Select the <b>Network</b> tab<li>Click on the <b>Doc</b> button<li>Refresh the page by pressing <b>F5</b><li>Select the <b>Headers</b> tab<li>Find <b>'cookie:'</b> in the <b>Request Headers</b> section<li><b>Select</b> and <b>Copy</b> the whole cookie string <i>(everything after 'cookie: ')</i> and <b>Paste</b> here.</ol>"
2019-10-24 19:50:00 +00:00
- name : striprussian
type : checkbox
label : Strip Russian Letters
default : false
2019-07-25 19:26:27 +00:00
2019-05-15 04:42:34 +00:00
login :
2019-07-25 19:26:27 +00:00
method : cookie
2019-05-15 04:42:34 +00:00
inputs :
2019-07-25 19:26:27 +00:00
cookie : "{{ .Config.cookie }}"
2019-05-15 04:42:34 +00:00
test :
path : index.php
2020-03-24 07:33:46 +00:00
selector : a[href*="/logout.php"]
2019-07-25 19:26:27 +00:00
2019-05-15 04:42:34 +00:00
search :
paths :
- path : browse
inputs :
2020-03-24 07:33:46 +00:00
$raw : "{{ range .Categories }}c{{.}}=1&{{end}}"
2019-05-15 04:42:34 +00:00
search : "{{ .Keywords }}"
2020-03-24 07:33:46 +00:00
# 0 active 1 incldead 2 onlydead 3 noseeders
incldead : 1
# 0 all 1 gold 2 silver 3 normal
2019-05-15 04:42:34 +00:00
free : 0
year : ""
rows :
selector : table.browse > tbody > tr
2020-03-24 07:33:46 +00:00
2019-05-15 04:42:34 +00:00
fields :
download :
selector : a[href^="download.php?id="]
attribute : href
title :
selector : a[href^="/details/id"]
2019-10-24 19:50:00 +00:00
filters :
- name : re_replace
2019-10-25 21:46:26 +00:00
args : [ "(\\([А -Яа-яЁё\\W]+\\))|(^[А -Яа-яЁё\\W\\d]+\\/ )|([а -яА-ЯЁё \\-]+,+)|([а -яА-ЯЁё]+)" , "{{ if .Config.striprussian }}{{ else }}$1$2$3$4{{ end }}" ]
2019-05-15 04:42:34 +00:00
details :
selector : a[href^="/details/id"]
attribute : href
category :
selector : a[href*="/browse/cat"]
attribute : href
filters :
- name : regexp
args : (\d+)
date :
selector : td > div > small
filters :
- name : dateparse
args : "02-01-2006 15:04"
seeders :
selector : td:nth-child(4)
filters :
- name : split
args : [ "|" , 0 ]
leechers :
selector : td:nth-child(4)
filters :
- name : split
args : [ "|" , 1 ]
grabs :
selector : td:nth-child(5) strong
filters :
- name : regexp
args : (\d+)
size :
selector : td:nth-child(5)
remove : strong
downloadvolumefactor :
case :
2020-03-24 07:33:46 +00:00
a[href^="/details/id"][style="color:#f2b101"]: 0
a[href^="/details/id"][style="color:#828b8b"]: 0.5
"*": 1
2019-05-15 04:42:34 +00:00
uploadvolumefactor :
2020-03-24 07:33:46 +00:00
text : 1
# engine n/a