From c040cf3a3afab85756e39f146a2fe39300ea2dc9 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 22 Dec 2017 06:23:11 +1300 Subject: [PATCH] downloadville: sitelink should be base only --- src/Jackett.Common/Definitions/downloadville.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/Jackett.Common/Definitions/downloadville.yml b/src/Jackett.Common/Definitions/downloadville.yml index f353f58cf..d7ae5f3cd 100644 --- a/src/Jackett.Common/Definitions/downloadville.yml +++ b/src/Jackett.Common/Definitions/downloadville.yml @@ -6,6 +6,8 @@ type: private encoding: UTF-8 links: + - https://downloadville.net/ + legacylinks: - https://downloadville.net/tracker/ caps: @@ -128,7 +130,7 @@ "4" : "Argent & Or (Both)" login: - path: index.php?page=login + path: tracker/index.php?page=login method: post form: form[action="index.php?page=login"] inputs: @@ -139,12 +141,12 @@ message: selector: form[action="index.php?page=login&returnto=index.php"] table tr:nth-of-type(2) td span test: - path: index.php + path: tracker/index.php select: a[href="logout.php"] download: before: - path: "thanks.php" + path: tracker/thanks.php method: "post" inputs: infohash: "{{ .DownloadUri.Query.id }}" @@ -154,7 +156,7 @@ search: paths: - - path: index.php + - path: tracker/index.php inputs: page: "torrents" search: "{{ .Keywords }}"