mirror of
https://github.com/Jackett/Jackett
synced 2025-03-05 11:18:14 +00:00
gfxpeers: removed. resolves #10161
This commit is contained in:
parent
d733a71bac
commit
66c8dad9ca
3 changed files with 1 additions and 90 deletions
|
@ -353,7 +353,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||
* GAYtorrent.ru
|
||||
* GazelleGames (GGn) [![(invite needed)][inviteneeded]](#)
|
||||
* Generation-Free
|
||||
* GFXPeers
|
||||
* GigaTorrents
|
||||
* GimmePeers (formerly ILT)
|
||||
* GiroTorrent
|
||||
|
|
|
@ -1,89 +0,0 @@
|
|||
---
|
||||
id: gfxpeers
|
||||
name: GFXPeers
|
||||
description: "GFXPeers is a ratio-based torrent tracker for all things graphic design and visual effects"
|
||||
language: en-US
|
||||
type: private
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://gfxpeers.net/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
- {id: 1, cat: PC/0day, desc: "Applications"}
|
||||
- {id: 2, cat: PC/0day, desc: "Plug-ins"}
|
||||
- {id: 3, cat: Other, desc: "Tutorials"}
|
||||
- {id: 4, cat: Other, desc: "Textures"}
|
||||
- {id: 5, cat: Other, desc: "3D Models"}
|
||||
- {id: 6, cat: Other, desc: "Game-Dev"}
|
||||
- {id: 7, cat: Other, desc: "Miscellaneous"}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
|
||||
login:
|
||||
path: login.php
|
||||
method: post
|
||||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
keeplogged: 1
|
||||
error:
|
||||
- selector: .auth_form > .warning
|
||||
test:
|
||||
path: torrents.php
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: torrents.php
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
||||
searchstr: "{{ .Keywords }}"
|
||||
order_by: time
|
||||
order_way: desc
|
||||
action: advanced
|
||||
searchsubmit: 1
|
||||
|
||||
rows:
|
||||
selector: table#torrent_table > tbody > tr.torrent
|
||||
|
||||
fields:
|
||||
category:
|
||||
selector: a[href^="torrents.php?filter_cat"]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "\\[(\\d+?)\\]"
|
||||
title:
|
||||
selector: a[href^="torrents.php?id="]
|
||||
details:
|
||||
selector: a[href^="torrents.php?id="]
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href^="torrents.php?action=download&id="]
|
||||
attribute: href
|
||||
files:
|
||||
selector: td:nth-child(3)
|
||||
date:
|
||||
# timeago
|
||||
selector: td:nth-child(4)
|
||||
size:
|
||||
selector: td:nth-child(5)
|
||||
grabs:
|
||||
selector: td:nth-child(6)
|
||||
seeders:
|
||||
selector: td:nth-child(7)
|
||||
leechers:
|
||||
selector: td:nth-child(8)
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
"strong.tl_free": 0
|
||||
"*": 1
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
minimumratio:
|
||||
text: 0.6
|
||||
minimumseedtime:
|
||||
# 3 days (as seconds = 3 x 24 x 60 x 60)
|
||||
text: 259200
|
||||
# engine n/a
|
|
@ -359,6 +359,7 @@ namespace Jackett.Updater
|
|||
"Definitions/filebase.yml",
|
||||
"Definitions/film-paleis.yml",
|
||||
"Definitions/filmsclub.yml",
|
||||
"Definitions/gfxpeers.yml",
|
||||
"Definitions/focusx.yml",
|
||||
"Definitions/fouducinema.yml",
|
||||
"Definitions/freakstrackingsystem.yml",
|
||||
|
|
Loading…
Add table
Reference in a new issue