mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
add pornforall a public Russian 3x site. resolves #8557
This commit is contained in:
parent
b5eaae033f
commit
ba85a8a5f6
2 changed files with 82 additions and 0 deletions
|
@ -99,6 +99,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
||||||
* PC-torrent
|
* PC-torrent
|
||||||
* PiratBit
|
* PiratBit
|
||||||
* Pirateiro
|
* Pirateiro
|
||||||
|
* Pornforall
|
||||||
* PornLeech
|
* PornLeech
|
||||||
* PornoLive
|
* PornoLive
|
||||||
* PornoRip
|
* PornoRip
|
||||||
|
|
81
src/Jackett.Common/Definitions/pornforall.yml
Normal file
81
src/Jackett.Common/Definitions/pornforall.yml
Normal file
|
@ -0,0 +1,81 @@
|
||||||
|
---
|
||||||
|
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]
|
||||||
|
tv-search: [q]
|
||||||
|
movie-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="
|
||||||
|
banner:
|
||||||
|
selector: img.im
|
||||||
|
attribute: src
|
||||||
|
date:
|
||||||
|
selector: a[href^="browse.php?date="]
|
||||||
|
attribute: href
|
||||||
|
filters:
|
||||||
|
- name: querystring
|
||||||
|
args: date
|
||||||
|
- name: dateparse
|
||||||
|
args: "2006-01-02"
|
||||||
|
size:
|
||||||
|
selector: font
|
||||||
|
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
|
Loading…
Reference in a new issue