From 6bc8fdca43f9bf5e3dd4abff61d9d2fea8d72b92 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 8 Sep 2020 16:38:44 +1200 Subject: [PATCH] muziekfrabriek: switched to private. resolves #6619 also download link gone from results page. switched to fetching download link from torrent details page. --- src/Jackett.Common/Definitions/muziekfabriek.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/muziekfabriek.yml b/src/Jackett.Common/Definitions/muziekfabriek.yml index c0a4ccc38..b8227daf4 100644 --- a/src/Jackett.Common/Definitions/muziekfabriek.yml +++ b/src/Jackett.Common/Definitions/muziekfabriek.yml @@ -1,9 +1,9 @@ --- id: muziekfabriek name: MuziekFabriek -description: "MuziekFabriek is a DUTCH Semi-Private Torrent Tracker for MUSIC" +description: "MuziekFabriek is a DUTCH Private Torrent Tracker for MUSIC" language: nl-NL -type: semi-private +type: private encoding: UTF-8 links: - https://www.muziekfabriek.org/ @@ -51,6 +51,10 @@ login: path: / selector: :has(a[href="logout.php"]) +download: + selector: a[href^="download.php?id="] + attribute: href + search: paths: - path: browse.php @@ -77,7 +81,7 @@ search: selector: a[href^="details.php?id="] attribute: href download: - selector: a[href^="download.php?id="] + selector: a[href^="details.php?id="] attribute: href banner: selector: div[id^="Style"] img