mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
add pirate's paradise a public site. resolves #15932
This commit is contained in:
@@ -104,6 +104,7 @@ Prior versions of Jackett are no longer supported.
|
|||||||
* OxTorrent-vip
|
* OxTorrent-vip
|
||||||
* OpenSharing
|
* OpenSharing
|
||||||
* PC-torrent
|
* PC-torrent
|
||||||
|
* Pirate's Paradise
|
||||||
* plugintorrent
|
* plugintorrent
|
||||||
* PornoTorrent
|
* PornoTorrent
|
||||||
* PornRips
|
* PornRips
|
||||||
|
64
src/Jackett.Common/Definitions/piratesparadise.yml
Normal file
64
src/Jackett.Common/Definitions/piratesparadise.yml
Normal file
@@ -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
|
Reference in New Issue
Block a user