From 01ad5bbcb659e960b2d48dc3e020216861b3933d Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sun, 11 Oct 2020 09:39:21 +1300 Subject: [PATCH] add vsttorrents a public audio tools site resolves #9805 --- README.md | 1 + .../Definitions/vsttorrents.yml | 67 +++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 src/Jackett.Common/Definitions/vsttorrents.yml diff --git a/README.md b/README.md index 685b2e029..3356e38b7 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * truPornolabs * Underverse * UnionDHT + * VST Torrents * XFSUB * xxxAdultTorrent * xxxtor diff --git a/src/Jackett.Common/Definitions/vsttorrents.yml b/src/Jackett.Common/Definitions/vsttorrents.yml new file mode 100644 index 000000000..d1e651c77 --- /dev/null +++ b/src/Jackett.Common/Definitions/vsttorrents.yml @@ -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