From 9cf7811a8e1def7b10a6d6e90807f612df2eeb04 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sun, 29 Dec 2019 11:32:38 +1300 Subject: [PATCH] gamestorrent: andmatch. #6719 --- src/Jackett.Common/Definitions/gamestorrents.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Definitions/gamestorrents.yml b/src/Jackett.Common/Definitions/gamestorrents.yml index d5af6395b..baa0d65ee 100644 --- a/src/Jackett.Common/Definitions/gamestorrents.yml +++ b/src/Jackett.Common/Definitions/gamestorrents.yml @@ -36,8 +36,12 @@ - path: / inputs: s: "{{ .Keywords }}" + rows: selector: table.metalion > tbody > tr + filters: + - name: andmatch + fields: title: selector: td:nth-child(1) a @@ -65,7 +69,11 @@ args: ["s", ""] description: selector: td:nth-child(4) + seeders: + text: 1 + leechers: + text: 1 downloadvolumefactor: - text: "0" + text: 0 uploadvolumefactor: - text: "1" + text: 1