mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
ps4-torrent: removed. resolves #13136
This commit is contained in:
@@ -119,7 +119,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
||||
* Portugas
|
||||
* ProPorn
|
||||
* ProStyleX
|
||||
* PS4-Torrent
|
||||
* Rapidzona
|
||||
* RARBG
|
||||
* RinTor
|
||||
|
@@ -1,71 +0,0 @@
|
||||
---
|
||||
id: ps4-torrent
|
||||
name: PS4-Torrent
|
||||
description: "PS4-Torrent is a Public Russian site for PS4 Games"
|
||||
language: ru-RU
|
||||
type: public
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://ps4-torrent.ru/
|
||||
legacylinks:
|
||||
- http://ps4-torrent.ru/ # site forces https
|
||||
|
||||
caps:
|
||||
categories:
|
||||
Console/PS4: Console/PS4
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
|
||||
settings: []
|
||||
|
||||
download:
|
||||
selectors:
|
||||
- selector: a.down-game
|
||||
attribute: href
|
||||
|
||||
search:
|
||||
paths:
|
||||
# http://ps4-torrent.ru/search/?q=%&t=0
|
||||
- path: search/
|
||||
inputs:
|
||||
q: "{{ if .Keywords }}{{ .Keywords }}{{ else }}%{{ end }}"
|
||||
t: 0
|
||||
|
||||
rows:
|
||||
selector: table.eBlock
|
||||
|
||||
fields:
|
||||
category:
|
||||
text: Console/PS4
|
||||
title:
|
||||
selector: div.eTitle a
|
||||
details:
|
||||
selector: div.eTitle a
|
||||
attribute: href
|
||||
download:
|
||||
selector: div.eTitle a
|
||||
attribute: href
|
||||
description:
|
||||
selector: div.eDetails
|
||||
date:
|
||||
selector: div.eDetails
|
||||
remove: a, span
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["- ", ""]
|
||||
- name: append
|
||||
args: " +03:00" # MSK
|
||||
- name: dateparse
|
||||
args: "2006-01-02 15:04:05 -07:00"
|
||||
size:
|
||||
text: "512 MB"
|
||||
seeders:
|
||||
text: 1
|
||||
leechers:
|
||||
text: 1
|
||||
downloadvolumefactor:
|
||||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine uCoz
|
@@ -451,6 +451,7 @@ namespace Jackett.Updater
|
||||
"Definitions/polishtracker.yml",
|
||||
"Definitions/pornolive.yml",
|
||||
"Definitions/pornorip.yml",
|
||||
"Definitions/ps4-torrent.yml",
|
||||
"Definitions/pt99.yml",
|
||||
"Definitions/qctorrent.yml",
|
||||
"Definitions/qxr.yml",
|
||||
|
Reference in New Issue
Block a user