mirror of
https://github.com/Jackett/Jackett
synced 2024-12-30 11:47:28 +00:00
add vsttorrents a public audio tools site resolves #9805
This commit is contained in:
parent
e015182e1e
commit
01ad5bbcb6
2 changed files with 68 additions and 0 deletions
|
@ -143,6 +143,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||
* truPornolabs
|
||||
* Underverse
|
||||
* UnionDHT
|
||||
* VST Torrents
|
||||
* XFSUB
|
||||
* xxxAdultTorrent
|
||||
* 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
|
Loading…
Reference in a new issue