62 lines
971 B
YAML
62 lines
971 B
YAML
---
|
|
id: vstorrent
|
|
name: VSTorrent
|
|
description: "VSTorrent is a Public site for AUDIO apps, plugins and samples"
|
|
language: en-US
|
|
type: public
|
|
encoding: UTF-8
|
|
links:
|
|
- https://vstorrent.org/
|
|
|
|
caps:
|
|
categories:
|
|
PC: PC
|
|
|
|
modes:
|
|
search: [q]
|
|
|
|
settings: []
|
|
|
|
download:
|
|
selectors:
|
|
- selector: a[href^="magnet:?xt"]
|
|
attribute: href
|
|
|
|
search:
|
|
paths:
|
|
- path: /
|
|
inputs:
|
|
s: "{{ .Keywords }}"
|
|
|
|
rows:
|
|
selector: article:has(a)
|
|
filters:
|
|
- name: andmatch
|
|
|
|
fields:
|
|
category:
|
|
text: PC
|
|
title:
|
|
selector: .entry-title
|
|
details:
|
|
selector: .entry-title > a
|
|
attribute: href
|
|
download:
|
|
selector: .entry-title > a
|
|
attribute: href
|
|
description:
|
|
selector: .entry-summary
|
|
date:
|
|
selector: span.date
|
|
size:
|
|
text: "512 MB"
|
|
seeders:
|
|
text: 1
|
|
leechers:
|
|
text: 1
|
|
downloadvolumefactor:
|
|
text: 0
|
|
uploadvolumefactor:
|
|
text: 1
|
|
# wordpress 6.2.2
|