mirror of
https://github.com/Jackett/Jackett
synced 2024-12-28 02:39:26 +00:00
parent
7627671900
commit
cc2a69cc77
2 changed files with 30 additions and 6 deletions
|
@ -144,7 +144,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
||||||
* DXP (Deaf Experts)
|
* DXP (Deaf Experts)
|
||||||
* EniaHD
|
* EniaHD
|
||||||
* ExtremlymTorrents
|
* ExtremlymTorrents
|
||||||
* Film-Paleis
|
|
||||||
* Gay-Torrents.net
|
* Gay-Torrents.net
|
||||||
* Gay-Torrents.org
|
* Gay-Torrents.org
|
||||||
* HamsterStudio
|
* HamsterStudio
|
||||||
|
@ -271,6 +270,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
||||||
* FeedUrNeed (FuN)
|
* FeedUrNeed (FuN)
|
||||||
* Femdomcult
|
* Femdomcult
|
||||||
* FileList (FL)
|
* FileList (FL)
|
||||||
|
* Film-Paleis
|
||||||
* FinVip
|
* FinVip
|
||||||
* FocusX
|
* FocusX
|
||||||
* FreeTorrent
|
* FreeTorrent
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
site: film-paleis
|
site: film-paleis
|
||||||
name: Film-Paleis
|
name: Film-Paleis
|
||||||
description: "Film-Paleis is a DUTCH Semi-Private Torrent Tracker for MOVIES / TV / GENERAL"
|
description: "Film-Paleis is a DUTCH Private Torrent Tracker for MOVIES / TV / GENERAL"
|
||||||
language: nl-NL
|
language: nl-NL
|
||||||
type: semi-private
|
type: private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
links:
|
links:
|
||||||
- https://www.film-paleis.me/
|
- https://www.film-paleis.me/
|
||||||
|
@ -39,6 +39,21 @@
|
||||||
tv-search: [q, season, ep]
|
tv-search: [q, season, ep]
|
||||||
movie-search: [q]
|
movie-search: [q]
|
||||||
|
|
||||||
|
settings:
|
||||||
|
- name: username
|
||||||
|
type: text
|
||||||
|
label: Username
|
||||||
|
- name: password
|
||||||
|
type: password
|
||||||
|
label: Password
|
||||||
|
- name: thankyou
|
||||||
|
type: text
|
||||||
|
label: Thank You Comment
|
||||||
|
- name: info
|
||||||
|
type: info
|
||||||
|
label: Thank you comment
|
||||||
|
default: This site requires you to leave a Thank You comment before you can download. Enter your personalised comment above. Minimum of at least 10 characters.
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: takelogin.php
|
path: takelogin.php
|
||||||
method: post
|
method: post
|
||||||
|
@ -51,6 +66,18 @@
|
||||||
path: /
|
path: /
|
||||||
selector: a[href="logout.php"]
|
selector: a[href="logout.php"]
|
||||||
|
|
||||||
|
download:
|
||||||
|
before:
|
||||||
|
path: comment.php
|
||||||
|
method: post
|
||||||
|
inputs:
|
||||||
|
action: add
|
||||||
|
tid: "{{ .DownloadUri.Query.id }}"
|
||||||
|
text: "{{ .Config.thankyou }}"
|
||||||
|
submit: Opslaan
|
||||||
|
selector: a[href^="download.php?id="]
|
||||||
|
attribute: href
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: browse.php
|
- path: browse.php
|
||||||
|
@ -79,9 +106,6 @@
|
||||||
download:
|
download:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: ["details", "download"]
|
|
||||||
size:
|
size:
|
||||||
selector: td:nth-child(4) table tr td:nth-child(2)
|
selector: td:nth-child(4) table tr td:nth-child(2)
|
||||||
filters:
|
filters:
|
||||||
|
|
Loading…
Reference in a new issue