mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
parent
d4fc8ab071
commit
633d1631c2
2 changed files with 63 additions and 1 deletions
|
@ -144,7 +144,8 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||
* truPornolabs
|
||||
* UnionDHT
|
||||
* VSTHouse
|
||||
* VST Torrents
|
||||
* VST Torrentz
|
||||
* VSTorrent
|
||||
* xxxAdultTorrent
|
||||
* XXXClub
|
||||
* xxxtor
|
||||
|
|
61
src/Jackett.Common/Definitions/vstorrent.yml
Normal file
61
src/Jackett.Common/Definitions/vstorrent.yml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
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(.entry-title)
|
||||
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
|
Loading…
Reference in a new issue