From 633d1631c25c408ed5616c365daf2aeaedaab055 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sun, 28 May 2023 23:57:15 +0100 Subject: [PATCH] vstorrent: add public VST site. resolves #14385 (#14397) --- README.md | 3 +- src/Jackett.Common/Definitions/vstorrent.yml | 61 ++++++++++++++++++++ 2 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 src/Jackett.Common/Definitions/vstorrent.yml diff --git a/README.md b/README.md index 6110e98ee..a770066fa 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/Jackett.Common/Definitions/vstorrent.yml b/src/Jackett.Common/Definitions/vstorrent.yml new file mode 100644 index 000000000..afa3511d4 --- /dev/null +++ b/src/Jackett.Common/Definitions/vstorrent.yml @@ -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