2019-02-06 07:47:56 +00:00
---
2020-05-11 19:59:28 +00:00
id : proaudiotorrents
2020-05-10 20:05:19 +00:00
name : ProAudioTorrents
description : "ProAudioTorrents (PAT) is a Private Torrent Tracker for AUDIO SOFTWARE / SAMPLES / TUTORIALS / ETC"
2021-09-07 23:09:51 +00:00
language : en-US
2020-05-10 20:05:19 +00:00
type : private
encoding : UTF-8
links :
- https://proaudiotorrents.org/
legacylinks :
- http://proaudiotorrents.org/
2019-02-06 07:47:56 +00:00
2020-05-10 20:05:19 +00:00
caps :
categorymappings :
- {id: 24, cat: PC/0day, desc : "DJ Applications" }
2020-10-28 19:00:48 +00:00
- {id: 3, cat: Books/EBook, desc : "Ebooks" }
2020-05-10 20:05:19 +00:00
- {id: 4, cat: PC, desc : "Expansions & Addons" }
- {id: 5, cat: PC, desc : "HYBRID PC/MAC" }
- {id: 26, cat: Other, desc : "Independent" }
- {id: 19, cat: PC, desc : "Linux Plugins" }
- {id: 2, cat: PC/Mac, desc : "Mac Audio Apps" }
- {id: 15, cat: PC/Mac, desc : "Mac Updates" }
- {id: 22, cat: PC/Mac, desc : "Mac VST Fx" }
- {id: 21, cat: PC/Mac, desc : "Mac VST Instrument" }
- {id: 6, cat: Other/Misc, desc : "Misc / Other" }
- {id: 20, cat: TV/Documentary, desc : "Music Documentary" }
- {id: 18, cat: TV/Documentary, desc : "Musical Training" }
- {id: 1, cat: PC/0day, desc : "PC Audio Apps" }
- {id: 14, cat: PC/0day, desc : "PC Updates" }
- {id: 16, cat: Other, desc : "Refills" }
- {id: 7, cat: PC, desc : "RTAS" }
- {id: 8, cat: Audio, desc : "Samples / Libraries" }
- {id: 12, cat: Audio, desc : "SFX" }
- {id: 9, cat: TV/Documentary, desc : "Software Tutorials" }
- {id: 11, cat: PC, desc : "VST Instruments" }
- {id: 13, cat: PC, desc : "VST Plug-ins" }
2019-02-06 07:47:56 +00:00
2020-05-10 20:05:19 +00:00
modes :
search : [ q]
2020-10-17 04:50:47 +00:00
book-search : [ q]
2019-02-06 07:47:56 +00:00
2020-05-10 20:05:19 +00:00
settings :
2020-11-13 16:36:28 +00:00
- name : cookie
2020-05-10 20:05:19 +00:00
type : text
2020-11-13 16:36:28 +00:00
label : Cookie
- name : info
type : info
label : How to get the Cookie
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 (Chrome Browser) or <b>HTML</b> button (FireFox)<li>Refresh the page by pressing <b>F5</b><li>Click on the first row entry<li>Select the <b>Headers</b> tab on the Right panel<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>"
2020-05-10 20:05:19 +00:00
- name : sort
type : select
label : Sort requested from site
2020-10-23 20:01:19 +00:00
default : added
2020-05-10 20:05:19 +00:00
options :
2020-10-23 20:01:19 +00:00
added : created
seeders : seeders
size : size
name : title
2020-05-10 20:05:19 +00:00
- name : type
type : select
label : Order requested from site
2020-10-23 20:01:19 +00:00
default : down
2020-05-10 20:05:19 +00:00
options :
2020-10-23 20:01:19 +00:00
down : desc
up : asc
2019-12-19 03:17:48 +00:00
2020-05-10 20:05:19 +00:00
login :
2020-11-13 16:36:28 +00:00
method : cookie
2020-05-10 20:05:19 +00:00
inputs :
2020-11-13 16:36:28 +00:00
cookie : "{{ .Config.cookie }}"
2020-05-10 20:05:19 +00:00
test :
path : my.php
2019-02-06 07:47:56 +00:00
2020-05-10 20:05:19 +00:00
search :
paths :
- path : browse.php
inputs :
# does not appear to support multi category searches
cat : 0
search : "{{ .Keywords }}"
2020-09-14 08:57:07 +00:00
# 0 name, 1 descr, 2 both
2020-05-10 20:05:19 +00:00
searchin : 0
2020-09-14 08:57:07 +00:00
# note: using incldead=3 causes `Unknown column 'free' in 'where clause'` at web site
# 0 active, 1 incldead, 2 onlydead, 3 freeleech
2020-05-10 20:05:19 +00:00
incldead : 1
sort : "{{ .Config.sort }}"
d : "{{ .Config.type }}"
2020-01-19 19:36:57 +00:00
2020-05-10 20:05:19 +00:00
rows :
selector : tr.ttable:has(a[href^="browse.php?cat="])
2020-01-19 19:36:57 +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 :
filters :
selector : td:nth-child(2) a
attribute : title
download :
selector : a[href^="download.php/"]
attribute : href
details :
selector : a[href^="details.php?id="]
attribute : href
files :
selector : td:nth-child(3)
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 :
text : 1
uploadvolumefactor :
text : 1
date :
selector : td:nth-child(2)
remove : a
filters :
- name : replace
args : [ "Uploaded " , "" ]
- name : timeago
2020-09-14 08:57:07 +00:00
minimumratio :
text : 1.0
minimumseedtime :
# 1 day (as seconds = 24 x 60 x 60)
text : 86400
2020-01-19 19:36:57 +00:00
# engine n/a