add theparadiese a private German site. resolves #15125

This commit is contained in:
Garfield69 2024-03-08 06:10:16 +13:00
parent d06f5b1e24
commit cdf843ce46
2 changed files with 178 additions and 0 deletions

View File

@ -554,6 +554,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
* The New Retro
* The Occult [![(invite needed)][inviteneeded]](#)
* The Old School
* The Paradiese
* The Place [![(invite needed)][inviteneeded]](#)
* The Shinning (TsH)
* The Show

View File

@ -0,0 +1,177 @@
---
id: theparadiese
name: The Paradiese
description: "The Paradiese is a GERMAN Private tracker for MOVIES / TV / GENERAL"
language: de-DE
type: private
encoding: UTF-8
links:
- https://theparadiese.org/
caps:
categorymappings:
- {id: 119, cat: Other, desc: "Bilder"}
- {id: 139, cat: TV/Documentary, desc: "Doku - HD"}
- {id: 141, cat: TV/Documentary, desc: "Doku - Pack"}
- {id: 140, cat: TV/Documentary, desc: "Doku - SD"}
- {id: 142, cat: TV, desc: "Doku - Sonstige"}
- {id: 120, cat: Books, desc: "Ebook"}
- {id: 131, cat: TV/Anime, desc: "Filme - Anime"}
- {id: 101, cat: Movies/BluRay, desc: "Filme - Blue Ray"}
- {id: 102, cat: Movies/Other, desc: "Filme - Bollywood"}
- {id: 103, cat: Movies/DVD, desc: "Filme - DVD"}
- {id: 104, cat: Movies/DVD, desc: "Filme - DVD-R"}
- {id: 135, cat: Movies/HD, desc: "Filme - HD"}
- {id: 130, cat: Movies, desc: "Filme - Klassiker"}
- {id: 134, cat: Movies/SD, desc: "Filme - SD"}
- {id: 136, cat: Movies/UHD, desc: "Filme - UHD"}
- {id: 105, cat: Movies, desc: "Filme - x264/x265"}
- {id: 106, cat: Movies/SD, desc: "Filme - XviD / DivX"}
- {id: 127, cat: Other, desc: "Für Unsere kleinsten"}
- {id: 121, cat: Other, desc: "Handy Stuff"}
- {id: 124, cat: Audio, desc: "Musik - Alben"}
- {id: 123, cat: Audio, desc: "Musik - Discography"}
- {id: 122, cat: Audio/Audiobook, desc: "Musik - Hörbuch"}
- {id: 133, cat: Audio/MP3, desc: "Musik - MP3/Mp4"}
- {id: 125, cat: Audio/Video, desc: "Musik - Video"}
- {id: 113, cat: PC, desc: "Programme - Linux"}
- {id: 114, cat: PC/Mac, desc: "Programme - Mac"}
- {id: 115, cat: PC/0day, desc: "Programme - Windows"}
- {id: 137, cat: TV/HD, desc: "Serien - HD"}
- {id: 116, cat: TV, desc: "Serien - Pack"}
- {id: 138, cat: TV/SD, desc: "Serien - SD"}
- {id: 143, cat: TV/Other, desc: "Serien - Sonstige"}
- {id: 144, cat: TV/UHD, desc: "Serien - UHD"}
- {id: 129, cat: Other, desc: "Sonstiges"}
- {id: 109, cat: PC/Mobile-Other, desc: "Spiele - Handy"}
- {id: 112, cat: Console, desc: "Spiele - Konsolen"}
- {id: 111, cat: PC/Games, desc: "Spiele - Mac / Linux"}
- {id: 110, cat: PC/Games, desc: "Spiele - PC"}
- {id: 118, cat: TV/Sport, desc: "WWE - Sport"}
- {id: 69, cat: XXX, desc: "XXX"}
modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]
music-search: [q]
book-search: [q]
settings:
- name: username
type: text
label: Username
- name: password
type: password
label: Password
- name: pin
type: text
label: Pin
- name: onlyupload
type: checkbox
label: Filter OnlyUpload only
default: false
- name: info_free
type: info
label: About OnlyUpload at The Paradiese
default: "<ul><li>OnlyUpload are torrents where download is not counted but upload is. Good for building your Ratio up. (On the Jackett dashboard search results these are tagged as Freeleech).</li></ul>"
- name: sort
type: select
label: Sort requested from site
default: added
options:
added: created
seeds: seeders
size: size
name: title
- name: type
type: select
label: Order requested from site
default: desc
options:
desc: desc
asc: asc
- name: info_tpp
type: info
label: Results Per Page
default: For best results, change the <b>Torrents pro Seite:</b> setting to <b>100</b> on your Control Panel. The default is <i>15</i>.
login:
path: login.php
method: form
cookies: ["JAVA=OK"] # avoid jscheck redirect
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
secure_pin: "{{ .Config.pin }}"
returnto: /
error:
- selector: table.tableinborder:contains("Anmeldung Gescheitert!") > tbody > tr > td.tablea
test:
path: index.php
selector: a[href="logout.php"]
search:
paths:
- path: browse.php
inputs:
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
search: "{{ .Keywords }}"
showsearch: 1
# 0 active, 1 all, 2 dead
incldead: 1
orderby: "{{ .Config.sort }}"
sort: "{{ .Config.type }}"
# site does not support imdbid searching or display imdb links in results.
rows:
selector: "table.tableinborder[border=\"0\"][cellspacing=\"1\"][cellpadding=\"0\"][style=\"width:100%\"] > tbody > tr:has(a[href^=\"download.php?torrent=\"]){{ if .Config.onlyupload }}:has(img[src=\"pic/oupic.gif\"]){{ else }}{{ end }}"
filters:
- name: andmatch
fields:
category_optional:
selector: a[href^="browse.php?cat="]
attribute: href
optional: true
filters:
- name: querystring
args: cat
category:
text: "{{ if .Result.category_optional }}{{ .Result.category_optional }}{{ else }}129{{ end }}"
title:
selector: a[href^="details.php?id="]:has(b)
details:
selector: a[href^="details.php?id="]:has(b)
attribute: href
download:
selector: a[href^="download.php?torrent="]
attribute: href
size:
selector: td.content_wrap > table > tbody > tr:nth-child(2) > td:nth-child(1) > b:nth-child(1)
grabs:
selector: td.content_wrap > table > tbody > tr:nth-child(2) > td:nth-child(3) > b
files:
selector: td.content_wrap > table > tbody > tr:nth-child(2) > td:nth-child(1) > b:nth-child(2)
seeders:
selector: td.content_wrap > table > tbody > tr:nth-child(2) > td:nth-child(2) > b:nth-child(1)
leechers:
selector: td.content_wrap > table > tbody > tr:nth-child(2) > td:nth-child(2) > b:nth-child(3)
date:
selector: td.content_wrap > table > tbody > tr:nth-child(2) > td:nth-child(5)
filters:
- name: replace
args: ["\u00a0", " "]
- name: append
args: " +01:00" # CET
- name: dateparse
args: "dd.MM.yyyy HH:mm:ss zzz"
downloadvolumefactor:
case:
img[src="pic/oupic.gif"]: 0 # only upload is counted
"*": 1
uploadvolumefactor:
case:
img[src="pic/freeleech.gif"]: 0 # nothing is counted
"*": 1
# engine tbd