From e923be03cc520661a15fa9d7a796b317656c0e7f Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 22 Dec 2017 06:25:15 +1300 Subject: [PATCH] sktorrent: sitelink should be base only --- src/Jackett.Common/Definitions/sktorrent.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/sktorrent.yml b/src/Jackett.Common/Definitions/sktorrent.yml index 3834b8825..48fc167bd 100644 --- a/src/Jackett.Common/Definitions/sktorrent.yml +++ b/src/Jackett.Common/Definitions/sktorrent.yml @@ -6,6 +6,8 @@ type: semi-private encoding: windows-1250 links: + - http://sktorrent.eu/ + legacylinks: - http://sktorrent.eu/torrent/ caps: @@ -46,7 +48,7 @@ movie-search: [q] login: - path: /torrent/login.php + path: torrent/login.php method: form form: form[action^="login.php?returnto=index.php"] inputs: @@ -55,11 +57,11 @@ error: - selector: font:contains("Incorrect") test: - path: /torrent/index.php + path: torrent/index.php search: paths: - - path: /torrent/torrents.php + - path: torrent/torrents.php inputs: search: "{{ .Keywords }}" category: "{{range .Categories}}{{.}};{{end}}"