From e60444308339eb413e1221d996fa08d5004b3565 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sun, 23 Mar 2025 18:51:28 +1300 Subject: [PATCH] add pirate's paradise a public site. resolves #15932 --- README.md | 1 + .../Definitions/piratesparadise.yml | 64 +++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 src/Jackett.Common/Definitions/piratesparadise.yml diff --git a/README.md b/README.md index 2ff9ea07c..882377735 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ Prior versions of Jackett are no longer supported. * OxTorrent-vip * OpenSharing * PC-torrent + * Pirate's Paradise * plugintorrent * PornoTorrent * PornRips diff --git a/src/Jackett.Common/Definitions/piratesparadise.yml b/src/Jackett.Common/Definitions/piratesparadise.yml new file mode 100644 index 000000000..9de1477f0 --- /dev/null +++ b/src/Jackett.Common/Definitions/piratesparadise.yml @@ -0,0 +1,64 @@ +--- +id: piratesparadise +name: Pirate's Paradise +description: "Pirate's Paradise is a Public Torrent Tracker for MOVIES / TV" +language: en-US +type: public +encoding: UTF-8 +links: + - https://piratesparadise.org/ + +caps: + categories: + Other: Other + + modes: + search: [q] + tv-search: [q, season, ep] + movie-search: [q] + +settings: + - name: info_category_8000 + type: info_category_8000 + + +search: + paths: + - path: "{{ if .Keywords }}search.php?q={{ .Keywords }}{{ else }}index.php{{ end }}" + + rows: + selector: table > tbody > tr + + fields: + category: + text: Other + title: + selector: a.name-link + details: + selector: a.name-link + attribute: href + magnet: + selector: button.magnet-btn + attribute: onclick + filters: + - name: regexp + args: \'(.+?)\' + date: + text: now + size: + selector: td:nth-child(2) + seeders: + selector: td:nth-child(3) + filters: + - name: replace + args: ["-1", "0"] + leechers: + selector: td:nth-child(4) + filters: + - name: replace + args: ["-1", "0"] + downloadvolumefactor: + text: 0 + uploadvolumefactor: + text: 1 +# engine n/a