mirror of https://github.com/Jackett/Jackett
114 lines
2.5 KiB
YAML
114 lines
2.5 KiB
YAML
---
|
|
id: RockBox
|
|
name: RockBox Rock/Metal Tracker
|
|
description: "RockBox Semi-Private site dedicated to HEAVY METAL/ROCK MUSIC. This definition is for the English site."
|
|
language: en-us
|
|
type: semi-private
|
|
encoding: UTF-8
|
|
links:
|
|
- https://rawkbawx.rocks/
|
|
|
|
caps:
|
|
categories:
|
|
"Music": Audio
|
|
|
|
modes:
|
|
search: [q]
|
|
music-search: [q, album, artist, label, year]
|
|
|
|
settings:
|
|
- name: username
|
|
type: text
|
|
label: Username
|
|
- name: password
|
|
type: password
|
|
label: Password
|
|
- name: sort
|
|
type: select
|
|
label: Sort requested from site
|
|
default: "data"
|
|
options:
|
|
"data": "created"
|
|
"seeds": "seeders"
|
|
"size": "size"
|
|
"filename": "title"
|
|
- name: type
|
|
type: select
|
|
label: Order requested from site
|
|
default: "DESC"
|
|
options:
|
|
"DESC": "desc"
|
|
"ASC": "asc"
|
|
|
|
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"]
|
|
|
|
search:
|
|
paths:
|
|
- path: torrents.php
|
|
inputs:
|
|
search: "{{ if or (.Query.Artist) (.Query.Album) }}{{ or (.Query.Artist) (.Query.Album) }}{{else}}{{ .Keywords }}{{end}}"
|
|
# 0 all 1 active 2 dead 3 seedwanted
|
|
active: 0
|
|
# 0 title 1 title+descr 2 title+subgen
|
|
options: 0
|
|
order: "{{ .Config.sort }}"
|
|
by: "{{ .Config.type }}"
|
|
|
|
rows:
|
|
selector: table.lista[width="100%"] tbody tr:has(a[href^="download.php?id="])
|
|
|
|
fields:
|
|
title:
|
|
selector: td a[href^="details.php?id="]
|
|
details:
|
|
selector: td a[href^="details.php?id="]
|
|
attribute: href
|
|
comments:
|
|
selector: td a[href^="details.php?id="]
|
|
attribute: href
|
|
download:
|
|
selector: td a[href^="download.php?id="]
|
|
attribute: href
|
|
# dates come in two flavours:
|
|
date:
|
|
# 13/10/2018
|
|
selector: td:nth-child(6):contains("/")
|
|
optional: true
|
|
filters:
|
|
- name: dateparse
|
|
args: "02/01/2006"
|
|
date:
|
|
# 1 hour ago, 2 days ago, 3 weeks ago etc
|
|
selector: td:nth-child(6):not(:contains("/"))
|
|
optional: true
|
|
filters:
|
|
- name: timeago
|
|
size:
|
|
selector: td:nth-child(7)
|
|
seeders:
|
|
selector: td:nth-child(9)
|
|
leechers:
|
|
selector: td:nth-child(10)
|
|
grabs:
|
|
selector: td:nth-child(11)
|
|
category:
|
|
text: Music
|
|
downloadvolumefactor:
|
|
text: 1
|
|
uploadvolumefactor:
|
|
text: 1
|
|
# BtitTracker (customised)
|