1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-04-27 03:43:30 +01:00
Files
Indexers/definitions/v10/metaltracker.yml
Servarr df9284d1ae jackett indexers as of ed9bbeae4f32a290f0452b611f1bb66a613fd153 [2025-03-18T09:13:33Z]
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
2025-03-18 11:13:33 +02:00

111 lines
2.5 KiB
YAML

---
id: metaltracker
name: Metal Tracker
description: "Metal Tracker is a Semi-Private Torrent Tracker dedicated to HEAVY METAL MUSIC. This definition is for the English site."
language: en-US
type: semi-private
encoding: UTF-8
links:
- https://en.metal-tracker.com/
legacylinks:
- http://en.metal-tracker.com/
caps:
categorymappings:
- {id: Books, cat: Audio/Audiobook, desc: Books}
- {id: Video, cat: Audio/Video, desc: Videos}
- {id: Music, cat: Audio/MP3, desc: Music}
modes:
search: [q]
music-search: [q, album, artist]
book-search: [q]
settings:
- name: username
type: text
label: Username
- name: password
type: password
label: Password
- name: sort
type: select
label: Sort requested from site
default: date
options:
date: created
seeders: seeders
size: size
name: title
- name: type
type: select
label: Order requested from site
default: DESC
options:
DESC: desc
ASC: asc
login:
path: user/login.html
method: post
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
go: Enter
error:
- selector: div.errorSummary
message:
selector: div.errorSummary ul li
test:
path: torrents/search.html
selector: li li:has(a[href="/user/logout.html"])
search:
paths:
- path: torrents/search.html
method: post
inputs:
"SearchTorrentsForm[nameTorrent]": "{{ if or (.Query.Artist) (.Query.Album) }}{{ or (.Query.Artist) (.Query.Album) }}{{ else }}{{ .Keywords }}{{ end }}"
"SearchTorrentsForm[sort]": "{{ .Config.sort }}"
"SearchTorrentsForm[sortType]": "{{ .Config.type }}"
go-search: Search
rows:
selector: .smallalbum
fields:
title:
selector: a h3
poster:
selector: .thumb a img
attribute: src
details:
selector: .thumb a
attribute: href
download:
selector: .center a[href^="/torrents/download/id/"]
attribute: href
date:
text: now
seeders:
selector: .center font:nth-of-type(1)
leechers:
selector: .center font:nth-of-type(2)
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
category:
selector: .smallalbum
remove: div.thumb, div.center, a
case:
":contains(\"Type: Music\")": Music
":contains(\"Type: Video\")": Video
":contains(\"Type: Books\")": Books
size:
selector: .smallalbum
filters:
- name: regexp
args: "Size:\\s+([\\w\\d\\.,]+ \\w\\w)"
# engine n/a