mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
trupornolabs: removed. resolves #9390
This commit is contained in:
@@ -163,7 +163,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||||||
* TorrentView (토렌트뷰)
|
* TorrentView (토렌트뷰)
|
||||||
* TorrentWhiz ( 토렌트위즈)
|
* TorrentWhiz ( 토렌트위즈)
|
||||||
* Torrentz2eu
|
* Torrentz2eu
|
||||||
* truPornolabs
|
|
||||||
* Underverse
|
* Underverse
|
||||||
* UnionDHT
|
* UnionDHT
|
||||||
* VSTHouse
|
* VSTHouse
|
||||||
|
@@ -1,85 +0,0 @@
|
|||||||
---
|
|
||||||
id: trupornolabs
|
|
||||||
name: truPornolabs
|
|
||||||
description: "truPornolabs is a RUSSIAN Public tracker for 3X"
|
|
||||||
language: ru-RU
|
|
||||||
type: public
|
|
||||||
encoding: UTF-8
|
|
||||||
links:
|
|
||||||
- http://trupornolabs.org/ # https not supported
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categories:
|
|
||||||
XXX: XXX
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
|
|
||||||
settings: []
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
# http://trupornolabs.org/search/vika
|
|
||||||
# http://trupornolabs.org/browse/0/0/0/0
|
|
||||||
- path: "{{ if .Keywords }}search/{{ .Keywords }}{{ else }}browse/0/0/0/0{{ end }}"
|
|
||||||
|
|
||||||
rows:
|
|
||||||
# filter out torrents with 0B for issue #9756
|
|
||||||
selector: tr.gai:has(a[href^="/torrent/"]):has(td:nth-of-type(3):contains("GB")), tr.gai:has(a[href^="/torrent/"]):has(td:nth-of-type(3):contains("MB"))
|
|
||||||
|
|
||||||
fields:
|
|
||||||
category:
|
|
||||||
text: XXX
|
|
||||||
title:
|
|
||||||
selector: a[href^="/torrent/"]
|
|
||||||
details:
|
|
||||||
selector: a[href^="/torrent/"]
|
|
||||||
attribute: href
|
|
||||||
download:
|
|
||||||
selector: a.downgif
|
|
||||||
attribute: href
|
|
||||||
magnet:
|
|
||||||
selector: a[href^="magnet:?xt="]
|
|
||||||
attribute: href
|
|
||||||
date:
|
|
||||||
selector: td:first-of-type
|
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: ["Янв", "Jan"]
|
|
||||||
- name: replace
|
|
||||||
args: ["Фев", "Feb"]
|
|
||||||
- name: replace
|
|
||||||
args: ["Мар", "Mar"]
|
|
||||||
- name: replace
|
|
||||||
args: ["Апр", "Apr"]
|
|
||||||
- name: replace
|
|
||||||
args: ["Май", "May"]
|
|
||||||
- name: replace
|
|
||||||
args: ["Июн", "Jun"]
|
|
||||||
- name: replace
|
|
||||||
args: ["Июл", "Jul"]
|
|
||||||
- name: replace
|
|
||||||
args: ["Авг", "Aug"]
|
|
||||||
- name: replace
|
|
||||||
args: ["Сен", "Sep"]
|
|
||||||
- name: replace
|
|
||||||
args: ["Окт", "Oct"]
|
|
||||||
- name: replace
|
|
||||||
args: ["Ноя", "Nov"]
|
|
||||||
- name: replace
|
|
||||||
args: ["Дек", "Dec"]
|
|
||||||
- name: append
|
|
||||||
args: " +03:00" # MSK
|
|
||||||
- name: dateparse
|
|
||||||
args: "02 Jan 06 -07:00"
|
|
||||||
size:
|
|
||||||
selector: td:nth-of-type(3)
|
|
||||||
seeders:
|
|
||||||
selector: span.green
|
|
||||||
leechers:
|
|
||||||
selector: span.red
|
|
||||||
downloadvolumefactor:
|
|
||||||
text: 0
|
|
||||||
uploadvolumefactor:
|
|
||||||
text: 1
|
|
||||||
# engine n/a
|
|
@@ -530,6 +530,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/torviet.yml",
|
"Definitions/torviet.yml",
|
||||||
"Definitions/trackeros-api.yml",
|
"Definitions/trackeros-api.yml",
|
||||||
"Definitions/trackeros.yml", // switch to *-API #12807
|
"Definitions/trackeros.yml", // switch to *-API #12807
|
||||||
|
"Definitions/trupornolabs.yml",
|
||||||
"Definitions/tspate.yml",
|
"Definitions/tspate.yml",
|
||||||
"Definitions/ttobogo.yml",
|
"Definitions/ttobogo.yml",
|
||||||
"Definitions/turknova.yml",
|
"Definitions/turknova.yml",
|
||||||
|
Reference in New Issue
Block a user