diff --git a/README.md b/README.md index dd469e755..86a092c57 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * EXT Torrents * EZTV * Frozen Layer + * GamesTorrents * GkTorrent * GloDLS * HDReactor diff --git a/src/Jackett.Common/Definitions/gamestorrents.yml b/src/Jackett.Common/Definitions/gamestorrents.yml new file mode 100644 index 000000000..732a424e5 --- /dev/null +++ b/src/Jackett.Common/Definitions/gamestorrents.yml @@ -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"