mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 18:59:01 +00:00
remove gtorrent. resolves #9868
This commit is contained in:
parent
3bc1344d57
commit
da694071ca
3 changed files with 1 additions and 75 deletions
|
@ -68,7 +68,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||
* GamesTorrents
|
||||
* GkTorrent
|
||||
* GloDLS
|
||||
* GTorrent
|
||||
* GTorrent.pro
|
||||
* HDhouse (HDReactor)
|
||||
* IBit
|
||||
|
|
|
@ -1,74 +0,0 @@
|
|||
---
|
||||
id: gtorrent
|
||||
name: GTorrent
|
||||
description: "GTorrent is a RUSSIAN Public Torrent Tracker for MOVIES / TV / GENERAL"
|
||||
language: ru-ru
|
||||
type: public
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://gtorrent.org/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
- {id: "filmy", cat: Movies, desc: "Фильмы (Movies)"}
|
||||
- {id: "muzyka", cat: Audio, desc: "Музыка (Music)"}
|
||||
- {id: "igry", cat: Console, desc: "Игры (Games)"}
|
||||
- {id: "serialy", cat: TV, desc: "Сериалы (TV series)"}
|
||||
- {id: "programmy", cat: PC, desc: "Программы (Software)"}
|
||||
- {id: "prilozheniya", cat: Other, desc: "prilozheniya (Other)"}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
|
||||
settings: []
|
||||
|
||||
download:
|
||||
selectors:
|
||||
- selector: a[href^="/uploads/torrents/"]
|
||||
attribute: href
|
||||
|
||||
search:
|
||||
# do=search&subaction=search&search_start=0&full_search=0&result_from=1&story=%D0%A6%D0%B5%D0%BB%D1%8C%D0%BD%D0%BE%D0%BC%D0%B5%D1%82%D0%B0%D0%BB%D0%BB%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B0%D1%8F+%D0%BE%D0%B1%D0%BE%D0%BB%D0%BE%D1%87%D0%BA%D0%B0+
|
||||
paths:
|
||||
- path: index.php
|
||||
inputs:
|
||||
do: search
|
||||
subaction: search
|
||||
search_start: 0
|
||||
full_search: 0
|
||||
result_from: 1
|
||||
story: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
||||
|
||||
rows:
|
||||
selector: div.blog_brief_news:not(div.first_line):not(:has(div.uploaded:empty))
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
fields:
|
||||
category:
|
||||
selector: div.name a
|
||||
attribute: href
|
||||
filters:
|
||||
- name: split
|
||||
args: ["/", 3]
|
||||
title:
|
||||
selector: div.name
|
||||
details:
|
||||
selector: div.name a
|
||||
attribute: href
|
||||
download:
|
||||
selector: div.name a
|
||||
attribute: href
|
||||
date:
|
||||
text: now
|
||||
size:
|
||||
selector: div:nth-child(2)
|
||||
seeders:
|
||||
selector: div.uploaded
|
||||
leechers:
|
||||
selector: div.download
|
||||
downloadvolumefactor:
|
||||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine n/a
|
|
@ -330,6 +330,7 @@ namespace Jackett.Updater
|
|||
"Definitions/gods.yml",
|
||||
"Definitions/gormogon.yml",
|
||||
"Definitions/greeklegends.yml",
|
||||
"Definitions/gtorrent.yml",
|
||||
"Definitions/hachede.yml",
|
||||
"Definitions/hachede-c.yml",
|
||||
"Definitions/hd4free.yml",
|
||||
|
|
Loading…
Add table
Reference in a new issue