mirror of https://github.com/Jackett/Jackett
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:
parent
b804a30c42
commit
6bc8fdca43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue