Skip to content

Commit

Permalink
muziekfrabriek: switched to private. resolves #6619
Browse files Browse the repository at this point in the history
also download link gone from results page.
switched to fetching download link from torrent details page.
  • Loading branch information
garfield69 committed Sep 8, 2020
1 parent b804a30 commit 6bc8fdc
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/Jackett.Common/Definitions/muziekfabriek.yml
Original file line number Diff line number Diff line change
@@ -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/
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6bc8fdc

Please sign in to comment.