mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
add vsttorrents a public audio tools site resolves #9805
This commit is contained in:
@@ -143,6 +143,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* truPornolabs
|
* truPornolabs
|
||||||
* Underverse
|
* Underverse
|
||||||
* UnionDHT
|
* UnionDHT
|
||||||
|
* VST Torrents
|
||||||
* XFSUB
|
* XFSUB
|
||||||
* xxxAdultTorrent
|
* xxxAdultTorrent
|
||||||
* xxxtor
|
* xxxtor
|
||||||
|
67
src/Jackett.Common/Definitions/vsttorrents.yml
Normal file
67
src/Jackett.Common/Definitions/vsttorrents.yml
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
---
|
||||||
|
id: vsttorrents
|
||||||
|
name: VST Torrents
|
||||||
|
description: "VST Torrents is a Public site for AUDIO apps, plugins and samples"
|
||||||
|
language: en-us
|
||||||
|
type: public
|
||||||
|
encoding: UTF-8
|
||||||
|
links:
|
||||||
|
- https://vsttorrents.net/
|
||||||
|
|
||||||
|
caps:
|
||||||
|
categories:
|
||||||
|
Audio: Audio
|
||||||
|
|
||||||
|
modes:
|
||||||
|
search: [q]
|
||||||
|
|
||||||
|
settings: []
|
||||||
|
|
||||||
|
download:
|
||||||
|
selector: div.wp-block-file a
|
||||||
|
attribute: href
|
||||||
|
|
||||||
|
search:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
inputs:
|
||||||
|
s: "{{ .Keywords }}"
|
||||||
|
|
||||||
|
rows:
|
||||||
|
selector: article
|
||||||
|
|
||||||
|
fields:
|
||||||
|
category:
|
||||||
|
text: Audio
|
||||||
|
title:
|
||||||
|
selector: h3
|
||||||
|
details:
|
||||||
|
selector: h3 > a
|
||||||
|
attribute: href
|
||||||
|
download:
|
||||||
|
selector: h3 > a
|
||||||
|
attribute: href
|
||||||
|
banner:
|
||||||
|
selector: img
|
||||||
|
attribute: src
|
||||||
|
description:
|
||||||
|
selector: div.cat-links
|
||||||
|
date:
|
||||||
|
selector: time
|
||||||
|
attribute: datetime
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["T", " "]
|
||||||
|
- 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 wordpress
|
Reference in New Issue
Block a user