2019-12-30 04:35:37 +00:00
---
2020-05-11 19:59:28 +00:00
id : brasiltracker
2020-05-10 20:05:19 +00:00
name : BrasilTracker
description : "BrasilTracker is a BRAZILIAN Private Torrent Tracker for MOVIES / TV / GENERAL"
2021-09-07 23:09:51 +00:00
language : pt-BR
2020-05-10 20:05:19 +00:00
encoding : UTF-8
type : private
links :
- https://brasiltracker.org/
2019-12-30 04:35:37 +00:00
2020-05-10 20:05:19 +00:00
caps :
2020-10-21 03:54:54 +00:00
categories :
2020-10-27 19:02:32 +00:00
Other : Other
2019-12-30 04:35:37 +00:00
2020-05-10 20:05:19 +00:00
modes :
2020-10-19 03:56:16 +00:00
search : [ q]
2020-05-10 20:05:19 +00:00
tv-search : [ q, season, ep]
2020-09-10 07:42:41 +00:00
movie-search : [ q, imdbid]
2019-12-30 04:35:37 +00:00
2020-05-10 20:05:19 +00:00
settings :
- name : username
type : text
label : Username
- name : password
type : password
label : Password
2020-10-27 19:02:32 +00:00
- name : info_8000
type : info
2020-10-27 22:54:12 +00:00
label : About BrasilTracker Categories
2020-11-04 02:47:56 +00:00
default : BrasilTracker does not return categories in its search results.</br>To add to your Apps' Torznab indexer, replace all categories with 8000(Other).
2020-09-10 07:42:41 +00:00
- name : freeleech
type : checkbox
2020-09-30 07:10:17 +00:00
label : Search freeleech only
2020-09-10 07:42:41 +00:00
default : false
2020-05-10 20:05:19 +00:00
- name : sort
type : select
label : Sort requested from site
2020-10-23 05:22:00 +00:00
default : time
2020-05-10 20:05:19 +00:00
options :
2020-10-23 05:22:00 +00:00
time : created
seeders : seeders
size : size
2020-05-10 20:05:19 +00:00
- name : type
type : select
label : Order requested from site
2020-10-23 05:22:00 +00:00
default : desc
2020-05-10 20:05:19 +00:00
options :
2020-10-23 05:22:00 +00:00
desc : desc
asc : asc
2020-05-10 20:05:19 +00:00
- name : info_results
type : info
label : "Search results"
default : "This indexer does not support <b>Torrent Groups</b><br />Un-tick the <b>Torrent grouping</b><i> (Habilitar Grupo de Torrents)</i> checkbox in your <b>Configurações</b>."
2019-12-30 04:35:37 +00:00
2020-05-10 20:05:19 +00:00
login :
path : login.php
method : form
form : form#loginform
inputs :
username : "{{ .Config.username }}"
password : "{{ .Config.password }}"
keeplogged : 1
error :
- selector : form#loginform:contains("incorretos")
test :
path : index.php
selector : a[href^="logout.php?auth="]
2019-12-30 04:35:37 +00:00
2020-05-10 20:05:19 +00:00
search :
paths :
2020-09-30 07:10:17 +00:00
# https://brasiltracker.org/torrents.php?order_by=time&order_way=desc&freetorrent=1&filter_cat[6]=1&filter_cat[3]=1&action=basic&searchsubmit=1
2020-09-10 07:42:41 +00:00
# https://brasiltracker.org/torrents.php?searchstr=mandalorain&order_by=size&order_way=desc&action=basic&searchsubmit=1
# https://brasiltracker.org/torrents.php?searchstr=tt8179024&order_by=time&order_way=desc&action=basic&searchsubmit=1
2020-05-10 20:05:19 +00:00
- path : torrents.php
inputs :
2020-09-10 07:42:41 +00:00
searchstr : "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
2020-05-10 20:05:19 +00:00
order_by : "{{ .Config.sort }}"
order_way : "{{ .Config.type }}"
action : basic
2020-09-30 07:10:17 +00:00
freetorrent : "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
2020-05-10 20:05:19 +00:00
searchsubmit : 1
2019-12-30 04:35:37 +00:00
2020-05-10 20:05:19 +00:00
rows :
2020-09-30 07:10:17 +00:00
selector : table#torrent_table > tbody > tr.torrent
2019-12-30 04:35:37 +00:00
2020-05-10 20:05:19 +00:00
fields :
category :
2020-10-27 19:02:32 +00:00
text : Other
2020-05-10 20:05:19 +00:00
details :
selector : a[href^="torrents.php?id="]
attribute : href
download :
selector : a[href^="torrents.php?action=download&id="]
attribute : href
description :
selector : div.tags
2020-11-07 23:43:33 +00:00
poster :
2020-05-10 20:05:19 +00:00
selector : img[alt="Cover"]
attribute : src
2020-09-10 07:42:41 +00:00
imdb :
selector : a[href*="imdb.com/title/tt"]
attribute : href
2020-05-10 20:05:19 +00:00
files :
selector : td:nth-child(3)
date :
selector : span.time
attribute : title
filters :
2020-09-30 07:10:17 +00:00
- name : append
args : " -03:00" # BRT
2020-05-10 20:05:19 +00:00
- name : dateparse
2020-09-30 07:10:17 +00:00
args : "Jan 2 2006, 15:04 -07:00"
2020-05-10 20:05:19 +00:00
size :
selector : td:nth-child(5)
grabs :
selector : td:nth-child(6)
seeders :
selector : td:nth-child(7)
leechers :
selector : td:nth-child(8)
downloadvolumefactor :
case :
strong.tl_free : 0
"*": 1
uploadvolumefactor :
2020-09-10 07:42:41 +00:00
text : 1
title_details :
selector : div.torrent_info
remove : strong
title :
selector : a[href^="torrents.php?id="]
filters :
- name : append
args : " {{ .Result.title_details }}"
2020-09-30 07:10:17 +00:00
minimumratio :
2020-11-26 18:20:19 +00:00
text : 1.0
2020-09-30 07:10:17 +00:00
minimumseedtime :
2020-11-26 18:20:19 +00:00
# 2 days (as seconds = 2 x 24 x 60 x 60)
text : 172800
2020-09-30 07:10:17 +00:00
# Project Gazelle