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
|
id: muziekfabriek
|
||||||
name: 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
|
language: nl-NL
|
||||||
type: semi-private
|
type: private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
links:
|
links:
|
||||||
- https://www.muziekfabriek.org/
|
- https://www.muziekfabriek.org/
|
||||||
|
@ -51,6 +51,10 @@ login:
|
||||||
path: /
|
path: /
|
||||||
selector: :has(a[href="logout.php"])
|
selector: :has(a[href="logout.php"])
|
||||||
|
|
||||||
|
download:
|
||||||
|
selector: a[href^="download.php?id="]
|
||||||
|
attribute: href
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: browse.php
|
- path: browse.php
|
||||||
|
@ -77,7 +81,7 @@ search:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
selector: a[href^="download.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
banner:
|
banner:
|
||||||
selector: div[id^="Style"] img
|
selector: div[id^="Style"] img
|
||||||
|
|
Loading…
Reference in New Issue