Jackett/src/Jackett.Common/Definitions/rockbox.yml

56 lines
1.3 KiB
YAML
Raw Normal View History

2018-10-11 21:08:33 +00:00
---
site: RockBox
name: RockBox Rock/Metal Tracker
description: "RockBox Public site dedicated to HEAVY METAL/ROCK MUSIC"
2018-10-11 21:08:33 +00:00
language: en-us
type: public
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]
settings: []
2018-10-11 21:08:33 +00:00
search:
paths:
- path: torrents.php
inputs:
search: "{{if .Query.Artist}}{{ .Query.Artist }}{{else}}{{ .Keywords }}{{end}}"
rows:
selector: body:nth-child(2) tbody tr td:nth-child(2) table.lista tbody tr:nth-child(2) table.lista tbody tr
fields:
title:
selector: td a[href^="details.php?id="]
details:
selector: td a[href^="details.php?id="]
attribute: href
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
date:
selector: td:nth-child(6)
size:
2018-10-11 21:08:33 +00:00
selector: td:nth-child(7)
seeders:
selector: td:nth-child(8)
2018-10-11 21:08:33 +00:00
leechers:
selector: td:nth-child(9)
grabs:
2018-10-11 21:08:33 +00:00
selector: td:nth-child(10)
category:
text: "Music"
downloadvolumefactor:
text: "0"
uploadvolumefactor:
text: "1"