Jackett/src/Jackett.Common/Definitions/fullmixmusic.yml

87 lines
2.1 KiB
YAML
Raw Normal View History

---
2017-02-08 18:46:22 +00:00
site: fullmixmusic
name: FullMixMusic
description: "FullMixMusic is a HUNGARIAN Private Torrent Tracker for MUSIC"
2017-02-08 18:46:22 +00:00
language: hu-hu
type: private
encoding: UTF-8
links:
2017-08-31 08:50:12 +00:00
- https://fullmixmusic.org/
legacylinks:
2017-02-08 18:46:22 +00:00
- http://fullmixmusic.org/
caps:
categories:
1: Audio
modes:
search: [q]
2019-04-11 19:25:58 +00:00
music-search: [q, album, artist, label, year]
2017-02-08 18:46:22 +00:00
login:
path: login.php
method: post
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
error:
- selector: table.main:contains("Művelet!")
test:
path: browse.php
search:
paths:
- path: browse.php
2017-02-08 18:46:22 +00:00
inputs:
2019-04-11 19:25:58 +00:00
search: "{{if .Query.Artist}}{{ .Query.Artist }}{{else}}{{ .Keywords }}{{end}}"
2017-02-08 18:46:22 +00:00
showsearch: "1"
incldead: "1"
rows:
selector: table.tablak > tbody > tr:has(a[href^="details.php?id="])
fields:
download:
selector: a[href^="download.php?id="]
attribute: href
title:
selector: a[href^="details.php?id="][title]
attribute: title
filters:
- name: regexp
args: ^(.*?)<br />
banner:
selector: a[href^="details.php?id="][title]
attribute: title
filters:
- name: regexp
args: "src=\"(.*?)\">"
category:
text: "1"
details:
selector: a[href^="details.php?id="][title]
attribute: href
description:
selector: td:nth-child(2) > i > font
size:
selector: td:nth-child(7)
grabs:
selector: td:nth-child(10)
seeders:
selector: td:nth-child(8)
leechers:
selector: td:nth-child(9)
date:
selector: td:nth-child(6)
filters:
- name: append
args: " +01:00"
- name: dateparse
args: "2006-01-02 15:04:05 -07:00"
downloadvolumefactor:
text: "0"
uploadvolumefactor:
case:
font[title^="Dupla feltöltésű torrent!"]: "2"
font[title^="x3 feltöltésű torrent!"]: "3"
font[title^="x4 feltöltésű torrent!"]: "4"
"*": "1"