mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
pornolive: offline. removed. resolves #7557
This commit is contained in:
@@ -113,7 +113,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||||||
* PiratBit
|
* PiratBit
|
||||||
* Pornforall
|
* Pornforall
|
||||||
* PornLeech
|
* PornLeech
|
||||||
* PornoLive
|
|
||||||
* PornosLab
|
* PornosLab
|
||||||
* PornoTor
|
* PornoTor
|
||||||
* PornoTorrent
|
* PornoTorrent
|
||||||
|
@@ -1,91 +0,0 @@
|
|||||||
---
|
|
||||||
id: pornolive
|
|
||||||
name: PornoLive
|
|
||||||
description: "PornoLive is a RUSSIAN Public Torrent Tracker for 3X"
|
|
||||||
language: ru-RU
|
|
||||||
type: public
|
|
||||||
encoding: windows-1251
|
|
||||||
links:
|
|
||||||
- https://www.pornolive.org/
|
|
||||||
legacylinks:
|
|
||||||
- http://pornolive.org/
|
|
||||||
- https://pornolive.org/
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categorymappings:
|
|
||||||
- {id: XXX, cat: XXX, desc: "XXX"}
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
|
|
||||||
settings:
|
|
||||||
- name: sort
|
|
||||||
type: select
|
|
||||||
label: Sort requested from site
|
|
||||||
default: 4
|
|
||||||
options:
|
|
||||||
4: created
|
|
||||||
7: seeders
|
|
||||||
5: size
|
|
||||||
1: title
|
|
||||||
- name: type
|
|
||||||
type: select
|
|
||||||
label: Order requested from site
|
|
||||||
default: desc
|
|
||||||
options:
|
|
||||||
desc: desc
|
|
||||||
asc: asc
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
- path: browse.php
|
|
||||||
inputs:
|
|
||||||
search: "{{ .Keywords }}"
|
|
||||||
sort: "{{ .Config.sort }}"
|
|
||||||
type: "{{ .Config.type }}"
|
|
||||||
|
|
||||||
rows:
|
|
||||||
selector: table.embedded > tbody > tr:has(a[href^="details.php?id="])
|
|
||||||
|
|
||||||
fields:
|
|
||||||
category:
|
|
||||||
text: XXX
|
|
||||||
title:
|
|
||||||
selector: a[href^="details.php?id="]
|
|
||||||
details:
|
|
||||||
selector: a[href^="details.php?id="]
|
|
||||||
attribute: href
|
|
||||||
_id:
|
|
||||||
selector: a[href^="details.php?id="]
|
|
||||||
attribute: href
|
|
||||||
filters:
|
|
||||||
- name: querystring
|
|
||||||
args: id
|
|
||||||
download:
|
|
||||||
text: "download.php?id={{ .Result._id }}&name=t{{ .Result._id }}.torrent"
|
|
||||||
date:
|
|
||||||
selector: font.mnav
|
|
||||||
filters:
|
|
||||||
- name: append
|
|
||||||
args: " +00:00" # auto adjusted by site account profile
|
|
||||||
- name: dateparse
|
|
||||||
args: "2006-01-02 15:04:05 -07:00"
|
|
||||||
size:
|
|
||||||
selector: td:nth-child(3)
|
|
||||||
seeders:
|
|
||||||
selector: td:nth-child(4)
|
|
||||||
filters:
|
|
||||||
- name: split
|
|
||||||
args: ["/", 0]
|
|
||||||
leechers:
|
|
||||||
selector: td:nth-child(4)
|
|
||||||
filters:
|
|
||||||
- name: split
|
|
||||||
args: ["/", 1]
|
|
||||||
downloadvolumefactor:
|
|
||||||
text: 0
|
|
||||||
uploadvolumefactor:
|
|
||||||
text: 1
|
|
||||||
minimumratio:
|
|
||||||
text: 0.31
|
|
||||||
# TBDev
|
|
@@ -444,6 +444,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/pirateiro.yml",
|
"Definitions/pirateiro.yml",
|
||||||
"Definitions/pleasuredome.yml",
|
"Definitions/pleasuredome.yml",
|
||||||
"Definitions/polishtracker.yml",
|
"Definitions/polishtracker.yml",
|
||||||
|
"Definitions/pornolive.yml",
|
||||||
"Definitions/pornorip.yml",
|
"Definitions/pornorip.yml",
|
||||||
"Definitions/pt99.yml",
|
"Definitions/pt99.yml",
|
||||||
"Definitions/qctorrent.yml",
|
"Definitions/qctorrent.yml",
|
||||||
|
Reference in New Issue
Block a user