From a5d4fadca528ca9253ce2ef499a6e28e4345f249 Mon Sep 17 00:00:00 2001 From: Albvadi Date: Thu, 1 Feb 2018 18:06:54 +0100 Subject: [PATCH] Corrections in Puntotorrent and HDCity (#2528) * Update hdcity.yml Corrected login path * Update puntotorrent.yml Make grabs optional for new torrents --- src/Jackett.Common/Definitions/hdcity.yml | 2 +- src/Jackett.Common/Definitions/puntotorrent.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/hdcity.yml b/src/Jackett.Common/Definitions/hdcity.yml index efee23e69..ed77771c8 100644 --- a/src/Jackett.Common/Definitions/hdcity.yml +++ b/src/Jackett.Common/Definitions/hdcity.yml @@ -116,7 +116,7 @@ search: [q] login: - path: / + path: /index.php?page=login method: post inputs: uid: "{{ .Config.username }}" diff --git a/src/Jackett.Common/Definitions/puntotorrent.yml b/src/Jackett.Common/Definitions/puntotorrent.yml index 6ed8b7e50..9e5334bc7 100644 --- a/src/Jackett.Common/Definitions/puntotorrent.yml +++ b/src/Jackett.Common/Definitions/puntotorrent.yml @@ -132,6 +132,7 @@ leechers: selector: td:nth-child(9) a grabs: + optional: true selector: td:nth-child(10) a date: selector: td:nth-child(5)