mirror of
https://github.com/Jackett/Jackett
synced 2024-12-30 11:47:28 +00:00
add gamestorrents a Spanish games site. resolves #6310
This commit is contained in:
parent
fd2b6d7355
commit
11f73573b5
2 changed files with 71 additions and 0 deletions
|
@ -45,6 +45,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||
* EXT Torrents
|
||||
* EZTV
|
||||
* Frozen Layer
|
||||
* GamesTorrents
|
||||
* GkTorrent
|
||||
* GloDLS
|
||||
* HDReactor
|
||||
|
|
70
src/Jackett.Common/Definitions/gamestorrents.yml
Normal file
70
src/Jackett.Common/Definitions/gamestorrents.yml
Normal file
|
@ -0,0 +1,70 @@
|
|||
---
|
||||
site: gamestorrents
|
||||
name: GamesTorrents
|
||||
description: "GamesTorrents is a SPANISH Public tracker for GAMES"
|
||||
language: es-es
|
||||
type: public
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://www.gamestorrents.tv/
|
||||
legacylinks:
|
||||
- https://www.gamestorrents.com/
|
||||
|
||||
caps:
|
||||
categories:
|
||||
"juegos-pc": PC/Games
|
||||
"juegos-psp": Console/PSP
|
||||
"juegos-ps3": Console/PS3
|
||||
"juegos-ps4": Console/PS4
|
||||
"juegos-ps2": Console/PS Vita
|
||||
"juegos-mac": PC/Mac
|
||||
"juegos-xbox360": Console/Xbox 360
|
||||
"juegos-wii": Console/Wii
|
||||
"juegos-nds": Console/NDS
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
|
||||
settings: []
|
||||
|
||||
download:
|
||||
selector: a#download_torrent
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: /
|
||||
inputs:
|
||||
s: "{{ .Keywords }}"
|
||||
rows:
|
||||
selector: table.metalion > tbody > tr
|
||||
fields:
|
||||
title:
|
||||
selector: td:nth-child(1) a
|
||||
details:
|
||||
selector: td:nth-child(1) a
|
||||
attribute: href
|
||||
category:
|
||||
selector: td:nth-child(1) a
|
||||
attribute: href
|
||||
filters:
|
||||
- name: split
|
||||
args: ["/", 3]
|
||||
download:
|
||||
selector: td:nth-child(1) a
|
||||
attribute: href
|
||||
date:
|
||||
selector: td:nth-child(2)
|
||||
filters:
|
||||
- name: dateparse
|
||||
args: "02-01-2006"
|
||||
size:
|
||||
selector: td:nth-child(3)
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["s", ""]
|
||||
description:
|
||||
selector: td:nth-child(4)
|
||||
downloadvolumefactor:
|
||||
text: "0"
|
||||
uploadvolumefactor:
|
||||
text: "1"
|
Loading…
Reference in a new issue