Jackett/src/Jackett.Common/Definitions/brasiltracker.yml

141 lines
3.6 KiB
YAML
Raw Normal View History

---
id: brasiltracker
name: BrasilTracker
description: "BrasilTracker is a BRAZILIAN Private Torrent Tracker for MOVIES / TV / GENERAL"
language: pt-br
encoding: UTF-8
type: private
links:
- https://brasiltracker.org/
caps:
categories:
Other: Other
modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q, imdbid]
settings:
- name: username
type: text
label: Username
- name: password
type: password
label: Password
- 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).
- name: freeleech
type: checkbox
label: Search freeleech only
default: false
- name: sort
type: select
label: Sort requested from site
2020-10-23 05:22:00 +00:00
default: time
options:
2020-10-23 05:22:00 +00:00
time: created
seeders: seeders
size: size
- name: type
type: select
label: Order requested from site
2020-10-23 05:22:00 +00:00
default: desc
options:
2020-10-23 05:22:00 +00:00
desc: desc
asc: asc
- 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>."
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="]
search:
paths:
# 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
# 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
- path: torrents.php
inputs:
searchstr: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
order_by: "{{ .Config.sort }}"
order_way: "{{ .Config.type }}"
action: basic
freetorrent: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
searchsubmit: 1
rows:
selector: table#torrent_table > tbody > tr.torrent
fields:
category:
text: Other
details:
selector: a[href^="torrents.php?id="]
attribute: href
download:
selector: a[href^="torrents.php?action=download&id="]
attribute: href
description:
selector: div.tags
poster:
selector: img[alt="Cover"]
attribute: src
imdb:
selector: a[href*="imdb.com/title/tt"]
attribute: href
files:
selector: td:nth-child(3)
date:
selector: span.time
attribute: title
filters:
- name: append
args: " -03:00" # BRT
- name: dateparse
args: "Jan 2 2006, 15:04 -07: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:
text: 1
title_details:
selector: div.torrent_info
remove: strong
title:
selector: a[href^="torrents.php?id="]
filters:
- name: append
args: " {{ .Result.title_details }}"
minimumratio:
assorted: correct MST and MR (#10301) * brasiltracker: correct MR and MST "After downloading at least 95% of a torrent, you must seed for at least 48 hours or until you have seed at least one full copy (1:1)." https://brasiltracker.org/wiki.php?action=article&id=201 Global ratio ranges from 0-0.6 https://brasiltracker.org/rules.php?p=ratio * gigatorrents: add MST "Maximum seed commitment time is 2 days!" - assuming that's a bad Google translation and should be 'Minimum'. https://gigatorrents.ws/wiki.php?action=article&id=25 There is a global minimum ratio of 0.5, but this doesn't seem to apply to seed obligation (HnR). https://gigatorrents.ws/wiki.php?action=article&id=10 * greekdiamond: add MST "Always make sure your ratio is above 1.00 [...] We need all users to keep live files that download 72 hours or give back the volume of the file" https://greekdiamond.info/index.php?page=faq * hdzone: add MR and MST "Share rate < 1.2 will lead to account blocking [...] Seeds with the H&R logo must be planted for 336 hours within 60 days or the share rate reached 1" https://hdzone.me/rules.php * polishsource: add MST "You are expected to seed every torrent for at least 48 hours during the course of 14 days since finishing the download. Ratio on a position is irrelevant." https://polishsource.cz/rules.php * Update uniongang.yml "Users with a rating below 0.20 and more than 30 GB in the "Download" graph receive a message containing a warning and advice to raise the rating in the next two weeks to at least 0.30." https://www.uniongang.net/faq.php No mention (that I could see) of time or ratio minimums for individual seeds. * gigatorrents: add MR * hddisk: add MR Global MR ranges from 0.4-0.8 depending on how much you have downloaded https://hddisk.life/faq.php * hdzone: remove MST * uniongang: correct MR
2020-11-26 18:20:19 +00:00
text: 1.0
minimumseedtime:
assorted: correct MST and MR (#10301) * brasiltracker: correct MR and MST "After downloading at least 95% of a torrent, you must seed for at least 48 hours or until you have seed at least one full copy (1:1)." https://brasiltracker.org/wiki.php?action=article&id=201 Global ratio ranges from 0-0.6 https://brasiltracker.org/rules.php?p=ratio * gigatorrents: add MST "Maximum seed commitment time is 2 days!" - assuming that's a bad Google translation and should be 'Minimum'. https://gigatorrents.ws/wiki.php?action=article&id=25 There is a global minimum ratio of 0.5, but this doesn't seem to apply to seed obligation (HnR). https://gigatorrents.ws/wiki.php?action=article&id=10 * greekdiamond: add MST "Always make sure your ratio is above 1.00 [...] We need all users to keep live files that download 72 hours or give back the volume of the file" https://greekdiamond.info/index.php?page=faq * hdzone: add MR and MST "Share rate < 1.2 will lead to account blocking [...] Seeds with the H&R logo must be planted for 336 hours within 60 days or the share rate reached 1" https://hdzone.me/rules.php * polishsource: add MST "You are expected to seed every torrent for at least 48 hours during the course of 14 days since finishing the download. Ratio on a position is irrelevant." https://polishsource.cz/rules.php * Update uniongang.yml "Users with a rating below 0.20 and more than 30 GB in the "Download" graph receive a message containing a warning and advice to raise the rating in the next two weeks to at least 0.30." https://www.uniongang.net/faq.php No mention (that I could see) of time or ratio minimums for individual seeds. * gigatorrents: add MR * hddisk: add MR Global MR ranges from 0.4-0.8 depending on how much you have downloaded https://hddisk.life/faq.php * hdzone: remove MST * uniongang: correct MR
2020-11-26 18:20:19 +00:00
# 2 days (as seconds = 2 x 24 x 60 x 60)
text: 172800
# Project Gazelle