mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
pornforall: removed. resolves #8557
This commit is contained in:
@@ -104,7 +104,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
||||
* ParnuXi
|
||||
* PC-torrent
|
||||
* PiratBit
|
||||
* Pornforall
|
||||
* PornosLab
|
||||
* PornoTorrent
|
||||
* Portugas
|
||||
|
@@ -1,81 +0,0 @@
|
||||
---
|
||||
id: pornforall
|
||||
name: Pornforall
|
||||
description: "Pornforall is a RUSSIAN Public tracker for 3X"
|
||||
language: ru-RU
|
||||
type: public
|
||||
encoding: windows-1251
|
||||
links:
|
||||
- https://pornforall.net/
|
||||
caps:
|
||||
categories:
|
||||
XXX: XXX
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
|
||||
settings: []
|
||||
|
||||
search:
|
||||
paths:
|
||||
# https://pornforall.net/browse.php?search=academy&searchs=&stype=0&cat=0&tag=0
|
||||
- path: browse.php
|
||||
inputs:
|
||||
search: "{{ .Keywords }}"
|
||||
searchs: ""
|
||||
stype: 0
|
||||
cat: 0
|
||||
tag: 0
|
||||
|
||||
rows:
|
||||
selector: article
|
||||
|
||||
fields:
|
||||
category:
|
||||
text: XXX
|
||||
title:
|
||||
selector: h1
|
||||
details:
|
||||
selector: a
|
||||
attribute: href
|
||||
download:
|
||||
selector: a
|
||||
attribute: href
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "film(\\d+)-"
|
||||
- name: prepend
|
||||
args: "download.php?id="
|
||||
poster:
|
||||
selector: img.im
|
||||
attribute: src
|
||||
date:
|
||||
selector: a[href^="browse.php?date="]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
args: date
|
||||
- name: append
|
||||
args: " +03:00" # MSK
|
||||
- name: dateparse
|
||||
args: "yyyy-MM-dd zzz"
|
||||
size:
|
||||
selector: font[color="grey"]
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "Размер: (.+?)$"
|
||||
seeders:
|
||||
selector: span.inf
|
||||
filters:
|
||||
- name: regexp
|
||||
args: (\d+)
|
||||
leechers:
|
||||
selector: span.inf
|
||||
filters:
|
||||
- name: regexp
|
||||
args: (\d+)$
|
||||
downloadvolumefactor:
|
||||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# PhpDesigner
|
@@ -485,6 +485,7 @@ namespace Jackett.Updater
|
||||
"Definitions/pleasuredome.yml",
|
||||
"Definitions/polishtracker.yml",
|
||||
"Definitions/pornbits.yml",
|
||||
"Definitions/pornforall.yml",
|
||||
"Definitions/pornleech.yml",
|
||||
"Definitions/pornolive.yml",
|
||||
"Definitions/pornorip.yml",
|
||||
|
Reference in New Issue
Block a user