mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
muziekfrabriek: switched to private. resolves #6619
also download link gone from results page. switched to fetching download link from torrent details page.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user