2018-10-11 21:08:33 +00:00
|
|
|
---
|
|
|
|
site: RockBox
|
|
|
|
name: RockBox Rock/Metal Tracker
|
2018-10-12 04:15:19 +00:00
|
|
|
description: "RockBox Semi-Private site dedicated to HEAVY METAL/ROCK MUSIC. This definition is for the English site."
|
2018-10-11 21:08:33 +00:00
|
|
|
language: en-us
|
2018-10-12 04:15:19 +00:00
|
|
|
type: semi-private
|
2018-10-11 21:08:33 +00:00
|
|
|
encoding: UTF-8
|
|
|
|
links:
|
|
|
|
- https://rawkbawx.rocks/
|
|
|
|
|
|
|
|
caps:
|
|
|
|
categories:
|
|
|
|
"Music": Audio
|
|
|
|
|
|
|
|
modes:
|
|
|
|
search: [q]
|
|
|
|
music-search: [q, album, artist, label, year]
|
|
|
|
|
2018-10-12 04:15:19 +00:00
|
|
|
login:
|
|
|
|
path: login.php
|
|
|
|
method: form
|
|
|
|
form: form[action="login.php?returnto=index.php"]
|
|
|
|
inputs:
|
|
|
|
uid: "{{ .Config.username }}"
|
|
|
|
pwd: "{{ .Config.password }}"
|
|
|
|
error:
|
|
|
|
- selector: div.errorSummary
|
|
|
|
message:
|
|
|
|
selector: div.errorSummary ul li
|
|
|
|
test:
|
|
|
|
path: index.php
|
|
|
|
selector: a[href="logout.php"]
|
2018-10-11 21:08:33 +00:00
|
|
|
|
|
|
|
search:
|
|
|
|
paths:
|
|
|
|
- path: torrents.php
|
2018-10-12 04:15:19 +00:00
|
|
|
method: get
|
2018-10-11 21:08:33 +00:00
|
|
|
inputs:
|
|
|
|
search: "{{if .Query.Artist}}{{ .Query.Artist }}{{else}}{{ .Keywords }}{{end}}"
|
|
|
|
rows:
|
2019-06-09 01:48:45 +00:00
|
|
|
selector: table.lista[width="100%"] tbody tr:has(a[href^="download.php?id="])
|
2018-10-11 21:08:33 +00:00
|
|
|
fields:
|
|
|
|
title:
|
|
|
|
selector: td a[href^="details.php?id="]
|
|
|
|
details:
|
|
|
|
selector: td a[href^="details.php?id="]
|
|
|
|
attribute: href
|
2018-10-15 03:21:52 +00:00
|
|
|
comments:
|
2018-10-11 21:08:33 +00:00
|
|
|
selector: td a[href^="details.php?id="]
|
|
|
|
attribute: href
|
|
|
|
download:
|
|
|
|
selector: td a[href^="download.php?id="]
|
|
|
|
attribute: href
|
2018-10-15 03:21:52 +00:00
|
|
|
# dates come in two flavours:
|
2018-10-11 21:08:33 +00:00
|
|
|
date:
|
2018-10-15 03:21:52 +00:00
|
|
|
# 13/10/2018
|
|
|
|
selector: td:nth-child(6):contains("/")
|
|
|
|
optional: true
|
|
|
|
filters:
|
|
|
|
- name: dateparse
|
2018-10-15 07:46:58 +00:00
|
|
|
args: "02/01/2006"
|
2018-10-15 03:21:52 +00:00
|
|
|
date:
|
|
|
|
# 1 hour ago, 2 days ago, 3 weeks ago etc
|
|
|
|
selector: td:nth-child(6):not(:contains("/"))
|
|
|
|
optional: true
|
|
|
|
filters:
|
|
|
|
- name: timeago
|
|
|
|
size:
|
2018-10-11 21:08:33 +00:00
|
|
|
selector: td:nth-child(7)
|
|
|
|
seeders:
|
2018-10-11 21:31:18 +00:00
|
|
|
selector: td:nth-child(9)
|
2018-10-12 04:15:19 +00:00
|
|
|
leechers:
|
2018-10-11 21:08:33 +00:00
|
|
|
selector: td:nth-child(10)
|
2018-10-15 03:21:52 +00:00
|
|
|
grabs:
|
2018-10-12 04:15:19 +00:00
|
|
|
selector: td:nth-child(11)
|
2018-10-11 21:08:33 +00:00
|
|
|
category:
|
|
|
|
text: "Music"
|
|
|
|
downloadvolumefactor:
|
2018-10-12 04:15:19 +00:00
|
|
|
text: "1"
|
2018-10-11 21:08:33 +00:00
|
|
|
uploadvolumefactor:
|
|
|
|
text: "1"
|