From ecb64db603db5e0496ac997704af285b725d9cef Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 30 Jul 2024 08:13:32 +1200 Subject: [PATCH] add pornrips a public site. resolves #15514 --- README.md | 1 + src/Jackett.Common/Definitions/pornrips.yml | 66 +++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 src/Jackett.Common/Definitions/pornrips.yml diff --git a/README.md b/README.md index 9278c6886..b45a78874 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * ParnuXi * PC-torrent * PornoTorrent + * PornRips * Postman * ProPorn * Rapidzona diff --git a/src/Jackett.Common/Definitions/pornrips.yml b/src/Jackett.Common/Definitions/pornrips.yml new file mode 100644 index 000000000..4e7acebd0 --- /dev/null +++ b/src/Jackett.Common/Definitions/pornrips.yml @@ -0,0 +1,66 @@ +--- +id: pornrips +name: PornRips +description: "PornRips is a Public site for 3X" +language: en-US +type: public +encoding: UTF-8 +links: + - https://pornrips.to/ + +caps: + categories: + XXX: XXX + + modes: + search: [q] + +settings: [] + +download: + selectors: + - selector: a[href*="/torrents/"] + attribute: href + +search: + paths: + - path: / + inputs: + s: "{{ .Keywords }}" + + rows: + selector: article:has(a) + filters: + - name: andmatch + + fields: + category: + text: XXX + title: + selector: .entry-title + details: + selector: .entry-title > a + attribute: href + download: + selector: .entry-title > a + attribute: href + poster: + selector: img + attribute: data-src + date: + selector: time + attribute: datetime + size: + selector: p + filters: + - name: regexp + args: (\d+ [M|G]i?B) + seeders: + text: 1 + leechers: + text: 1 + downloadvolumefactor: + text: 0 + uploadvolumefactor: + text: 1 +# wordpress 6.6