mirror of https://github.com/Jackett/Jackett
66 lines
1.3 KiB
YAML
66 lines
1.3 KiB
YAML
---
|
|
id: mixtapetorrent
|
|
name: MixtapeTorrent
|
|
description: "MixtapeTorrent is a Public Music site for MixTapes"
|
|
language: en-us
|
|
type: public
|
|
encoding: UTF-8
|
|
links:
|
|
- http://www.mixtapetorrent.com/ # does not support https NET::ERR_CERT_AUTHORITY_INVALID
|
|
|
|
caps:
|
|
categories:
|
|
# while the site has categories for searching, it does not include them in the results.
|
|
1: Audio
|
|
|
|
modes:
|
|
search: [q]
|
|
music-search: [q]
|
|
|
|
settings: []
|
|
|
|
download:
|
|
selector: table#attachments > tbody > tr.odd > td > a
|
|
attribute: href
|
|
|
|
search:
|
|
paths:
|
|
# http://www.mixtapetorrent.com/search/node/2020+type:story
|
|
- path: "search/node/{{ if .Keywords }}{{ .Keywords }}{{ else }}2020{{ end }} type:story"
|
|
|
|
rows:
|
|
selector: dl.search-results > dt, dl.search-results > dd
|
|
after: 1
|
|
|
|
fields:
|
|
category:
|
|
text: 1
|
|
title:
|
|
selector: a
|
|
details:
|
|
selector: a
|
|
attribute: href
|
|
download:
|
|
selector: a
|
|
attribute: href
|
|
description:
|
|
selector: p
|
|
date:
|
|
selector: p.search-info
|
|
filters:
|
|
- name: regexp
|
|
args: "(\\w{3} \\d{1,2} \\d{4} - \\d{1,2}:\\d{2}[a|p]m)"
|
|
- name: dateparse
|
|
args: "Jan 2 2006 - 3:04pm"
|
|
size:
|
|
text: "128 MB"
|
|
seeders:
|
|
text: 1
|
|
leechers:
|
|
text: 1
|
|
downloadvolumefactor:
|
|
text: 0
|
|
uploadvolumefactor:
|
|
text: 1
|
|
# engine n/a
|