2020-02-28 06:13:21 +00:00
---
2020-05-11 19:59:28 +00:00
id : boxingtorrents
2020-05-10 20:05:19 +00:00
name : Boxing Torrents
description : "Boxing Torrents is a Private Torrent Tracker for BOXING"
language : en-us
type : private
encoding : UTF-8
links :
- https://tc-boxing.com/
2020-02-28 06:13:21 +00:00
2020-05-10 20:05:19 +00:00
caps :
categorymappings :
2020-09-10 07:41:20 +00:00
- {id: 17, cat: TV/Sport, desc : "4K" }
2020-05-10 20:05:19 +00:00
- {id: 15, cat: TV/Sport, desc : "3D" }
- {id: 9, cat: TV/Sport, desc : "Amateur - Full" }
- {id: 16, cat: TV/Sport, desc : "Blu-ray" }
- {id: 13, cat: TV/Sport, desc : "Career Set" }
- {id: 8, cat: TV/Sport, desc : "DVD" }
- {id: 10, cat: TV/Sport, desc : "Foreign - Excellent" }
- {id: 11, cat: TV/Sport, desc : "Foreign - Fair" }
- {id: 6, cat: TV/Sport, desc : "Foreign - Good" }
- {id: 12, cat: TV/Sport, desc : "Foreign - Poor" }
- {id: 1, cat: TV/Sport, desc : "Full - Excellent" }
- {id: 3, cat: TV/Sport, desc : "Full - Fair" }
- {id: 2, cat: TV/Sport, desc : "Full - Good" }
- {id: 4, cat: TV/Sport, desc : "Full - Poor" }
- {id: 14, cat: TV/Sport, desc : "HD" }
- {id: 7, cat: TV/Sport, desc : "Misc" }
2020-02-28 06:13:21 +00:00
2020-05-10 20:05:19 +00:00
modes :
search : [ q]
tv-search : [ q, season, ep]
2020-02-28 06:13:21 +00:00
2020-05-10 20:05:19 +00:00
settings :
- name : username
type : text
label : Username
- name : password
type : password
label : Password
2020-09-10 07:41:20 +00:00
- name : freeleech
type : checkbox
label : Search freeleech only
default : false
2020-05-10 20:05:19 +00:00
- name : sort
type : select
label : Sort requested from site
default : "added"
options :
"added": "created"
"seeders": "seeders"
"size": "size"
"name": "title"
- name : type
type : select
label : Order requested from site
default : "DESC"
options :
"DESC": "desc"
"ASC": "asc"
- name : info_download
type : info
label : "Download Restrictions"
default : "You must have uploaded at least 10GB before you are able to access all torrent sizes. Until then, you are restricted to torrents no larger than 2.5GB."
2020-02-28 06:13:21 +00:00
2020-05-10 20:05:19 +00:00
login :
path : takelogin.php
method : post
inputs :
username : "{{ .Config.username }}"
password : "{{ .Config.password }}"
error :
- selector : td.embedded:contains("Login failed!")
test :
path : browse.php
selector : a[href="logout.php"]
2020-02-28 06:13:21 +00:00
2020-05-10 20:05:19 +00:00
download :
selector : a[href^="download.php"]
attribute : href
2020-02-28 06:13:21 +00:00
2020-05-10 20:05:19 +00:00
search :
paths :
# https://tc-boxing.com/browse.php?c16=1&c8=1&c14=1&incldead=1
# https://tc-boxing.com/browse.php?search=tyson&cat=0&incldead=1
- path : browse.php
inputs :
$raw : "{{ if .Categories }}{{ range .Categories }}c{{.}}=1&{{end}}{{else}}cat=0{{end}}"
2020-09-10 07:41:20 +00:00
# 1 incldead, null active
2020-05-10 20:05:19 +00:00
incldead : 1
2020-09-10 07:41:20 +00:00
# 1 freeleech only, null all
free : "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
2020-05-10 20:05:19 +00:00
search : "{{ .Keywords }}"
sort : "{{ .Config.sort }}"
d : "{{ .Config.type }}"
2020-02-28 06:13:21 +00:00
2020-05-10 20:05:19 +00:00
rows :
selector : table[border="1"][cellspacing="0"][cellpadding="5"] tr:has(a[href^="details.php?id="])
2020-02-28 06:13:21 +00:00
2020-05-10 20:05:19 +00:00
fields :
category :
selector : a[href^="browse.php?cat="]
attribute : href
filters :
- name : querystring
args : cat
title :
selector : a[href^="details.php?id="]
details :
selector : a[href^="details.php?id="]
attribute : href
download :
selector : a[href^="details.php?id="]
attribute : href
files :
selector : td:nth-last-child(8)
date :
selector : td:nth-last-child(6)
filters :
2020-09-30 06:31:12 +00:00
- name : append
2020-10-02 02:16:06 +00:00
args : " -07:00" # PDT
2020-05-10 20:05:19 +00:00
- name : dateparse
2020-09-30 06:31:12 +00:00
args : "2006-01-0215:04:05 -07:00"
2020-05-10 20:05:19 +00:00
size :
selector : td:nth-last-child(5)
grabs :
selector : td:nth-last-child(4)
filters :
- name : regexp
args : (\d+)
seeders :
selector : td:nth-last-child(3)
leechers :
selector : td:nth-last-child(2)
downloadvolumefactor :
case :
"b:contains(\"FreeLeech\")": 0
"*": 1
uploadvolumefactor :
text : 1
2020-09-10 07:41:20 +00:00
minimumratio :
text : 1.0
minimumseedtime :
# 3 day (as seconds = 3 x 24 x 60 x 60)
text : 259200
2020-02-28 06:13:21 +00:00
# engine n/a