mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-04-25 10:58:28 +01:00
Added Indexers: definitions/v10/rastastugan-api.yml Modified Indexers: definitions/v10/animeworld-api.yml definitions/v10/arabafenice.yml definitions/v10/bibliotik.yml definitions/v10/bithumen.yml definitions/v10/bitspyder.yml definitions/v10/bootytape.yml definitions/v10/cinemageddon.yml definitions/v10/concertos.yml definitions/v10/crabpt.yml definitions/v10/deildu.yml definitions/v10/diablotorrent.yml definitions/v10/girotorrent.yml definitions/v10/hdvideo.yml definitions/v10/huntorrent.yml definitions/v10/ilcorsaroblu.yml definitions/v10/ilolicon.yml definitions/v10/indietorrents.yml definitions/v10/karagarga.yml definitions/v10/keepfriends.yml definitions/v10/laidbackmanor.yml definitions/v10/linkomanija.yml definitions/v10/locadora.yml definitions/v10/losslessclub.yml definitions/v10/lst.yml definitions/v10/madsrevolution.yml definitions/v10/majomparade.yml definitions/v10/matrix.yml definitions/v10/megamixtracker.yml definitions/v10/mesevilag.yml definitions/v10/metalguru.yml definitions/v10/metaltracker.yml definitions/v10/mnv.yml definitions/v10/mvgroupforum.yml definitions/v10/mvgroupmain.yml definitions/v10/nordicquality.yml definitions/v10/ntelogo.yml definitions/v10/okpt.yml definitions/v10/opencd.yml definitions/v10/polishtracker-api.yml definitions/v10/portugas-api.yml definitions/v10/privatesilverscreen-api.yml definitions/v10/ptchina.yml definitions/v10/pterclub.yml definitions/v10/ptfiles.yml definitions/v10/pthome.yml definitions/v10/ptvicomo.yml definitions/v10/puntotorrent.yml definitions/v10/qingwa.yml definitions/v10/r3vwtf.yml definitions/v10/redstartorrent.yml definitions/v10/rockbox.yml definitions/v10/rockethd.yml definitions/v10/romanianmetaltorrents.yml definitions/v10/rudub.yml definitions/v10/speedmasterhd.yml definitions/v10/spiritofrevolution.yml definitions/v10/tasmanit.yml definitions/v10/tekno3d.yml definitions/v10/thecrazyones.yml definitions/v10/thefallingangels.yml definitions/v10/thegeeks.yml definitions/v10/thekitchen.yml definitions/v10/theoccult.yml definitions/v10/theoldschool-api.yml definitions/v10/thepiratedship.yml definitions/v10/theplace.yml definitions/v10/theshow.yml definitions/v10/thevault.yml definitions/v10/tormac.yml definitions/v10/torrentbd.yml definitions/v10/torrentdd.yml definitions/v10/torrenteros-api.yml definitions/v10/torrenting.yml definitions/v10/totheglory.yml definitions/v10/totheglory2fa.yml definitions/v10/trancetraffic.yml definitions/v10/trezzor.yml definitions/v10/trezzorcookie.yml definitions/v10/turkseed-api.yml definitions/v10/ubits.yml definitions/v10/vsttorrents.yml definitions/v10/wihd.yml definitions/v11/mvgroupforum.yml definitions/v11/mvgroupmain.yml definitions/v11/newheaven.yml definitions/v11/seedpool-api.yml
118 lines
2.7 KiB
YAML
118 lines
2.7 KiB
YAML
---
|
|
id: RockBox
|
|
name: RockBox
|
|
description: "RockBox Semi-Private Torrent Tracker 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]
|
|
|
|
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 > font[color="#FF0000"]
|
|
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:
|
|
category:
|
|
text: Music
|
|
title:
|
|
selector: td a[href^="details.php?id="]
|
|
details:
|
|
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_year:
|
|
# 13/10/2018
|
|
selector: td:nth-child(6):contains("/")
|
|
# auto adjusted by site account profile
|
|
optional: true
|
|
filters:
|
|
- name: dateparse
|
|
args: "dd/MM/yyyy"
|
|
date_ago:
|
|
# 1 hour ago, 2 days ago, 3 weeks ago etc
|
|
selector: td:nth-child(6):not(:contains("/"))
|
|
# auto adjusted by site account profile
|
|
optional: true
|
|
filters:
|
|
- name: timeago
|
|
date:
|
|
text: "{{ if or .Result.date_year .Result.date_ago }}{{ or .Result.date_year .Result.date_ago }}{{ else }}now{{ end }}"
|
|
size:
|
|
selector: td:nth-child(7)
|
|
seeders:
|
|
selector: td:nth-child(9)
|
|
leechers:
|
|
selector: td:nth-child(10)
|
|
grabs:
|
|
selector: td:nth-child(11)
|
|
downloadvolumefactor:
|
|
text: 1
|
|
uploadvolumefactor:
|
|
text: 1
|
|
minimumratio:
|
|
text: 1.0
|
|
minimumseedtime:
|
|
# 1 day (as seconds = 24 x 60 x 60)
|
|
text: 86400
|
|
# BtitTracker 1.3.1 customised
|