mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 13:16:16 +00:00
add vsthouse a russian public audio tools site resolves #9906
This commit is contained in:
parent
5d1b84f215
commit
ca9f358995
2 changed files with 68 additions and 0 deletions
|
@ -150,6 +150,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
||||||
* truPornolabs
|
* truPornolabs
|
||||||
* Underverse
|
* Underverse
|
||||||
* UnionDHT
|
* UnionDHT
|
||||||
|
* VSTHouse
|
||||||
* VST Torrents
|
* VST Torrents
|
||||||
* XFSUB
|
* XFSUB
|
||||||
* xxxAdultTorrent
|
* xxxAdultTorrent
|
||||||
|
|
67
src/Jackett.Common/Definitions/vsthouse.yml
Normal file
67
src/Jackett.Common/Definitions/vsthouse.yml
Normal file
|
@ -0,0 +1,67 @@
|
||||||
|
---
|
||||||
|
id: vsthouse
|
||||||
|
name: VSTHouse
|
||||||
|
description: "VSTHouse is a Public Russian site for AUDIO apps, plugins and samples"
|
||||||
|
language: ru-ru
|
||||||
|
type: public
|
||||||
|
encoding: UTF-8
|
||||||
|
links:
|
||||||
|
- http://vsthouse.ru/ # site forces http
|
||||||
|
|
||||||
|
caps:
|
||||||
|
categories:
|
||||||
|
Audio: Audio
|
||||||
|
|
||||||
|
modes:
|
||||||
|
search: [q]
|
||||||
|
music-search: [q]
|
||||||
|
|
||||||
|
settings: []
|
||||||
|
|
||||||
|
download:
|
||||||
|
selector: a[title^="Скачать:"]
|
||||||
|
attribute: href
|
||||||
|
|
||||||
|
search:
|
||||||
|
paths:
|
||||||
|
- path: search
|
||||||
|
inputs:
|
||||||
|
q: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
||||||
|
|
||||||
|
rows:
|
||||||
|
selector: table.eBlock:has(div.eDetails:contains(":"))
|
||||||
|
|
||||||
|
fields:
|
||||||
|
category:
|
||||||
|
text: Audio
|
||||||
|
title:
|
||||||
|
selector: div.eTitle a
|
||||||
|
details:
|
||||||
|
selector: div.eTitle a
|
||||||
|
attribute: href
|
||||||
|
download:
|
||||||
|
selector: div.eTitle a
|
||||||
|
attribute: href
|
||||||
|
description:
|
||||||
|
selector: div.eDetails
|
||||||
|
date:
|
||||||
|
selector: div.eDetails
|
||||||
|
remove: a, span
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["- ", ""]
|
||||||
|
- name: append
|
||||||
|
args: " +03:00" # MSK
|
||||||
|
- name: dateparse
|
||||||
|
args: "2006-01-02 15:04:05 -07:00"
|
||||||
|
size:
|
||||||
|
text: "512 MB"
|
||||||
|
seeders:
|
||||||
|
text: 1
|
||||||
|
leechers:
|
||||||
|
text: 1
|
||||||
|
downloadvolumefactor:
|
||||||
|
text: 0
|
||||||
|
uploadvolumefactor:
|
||||||
|
text: 1
|
||||||
|
# engine uCoz
|
Loading…
Reference in a new issue