bitmagnet magnetico: set as semi-private. #15126

This reverts commit 07c8063df9.
This commit is contained in:
Garfield69 2024-03-19 08:56:39 +13:00
parent f47799ff13
commit b2a6074c94
3 changed files with 4 additions and 4 deletions

View File

@ -153,6 +153,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
* AniDUB
* AnimeLayer
* ArenaBG
* BitMagnet (Local DHT) [[site](https://github.com/bitmagnet-io/bitmagnet)]
* BookTracker
* BootyTape
* Catorrent
@ -179,6 +180,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
* Kinorun
* Kinozal
* LostFilm.tv
* Magnetico (Local DHT) [[site](https://github.com/boramalper/magnetico)]
* Marine Tracker
* Masters-TB
* Mazepa
@ -267,7 +269,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
* Bitded
* Bithorlo (BHO)
* BitHUmen [![(invite needed)][inviteneeded]](#)
* BitMagnet (Local DHT) [[site](https://github.com/bitmagnet-io/bitmagnet)]
* BitPorn
* Bitspyder
* BitTorrentFiles
@ -436,7 +437,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
* LST
* M-Team TP (MTTP)
* MaDs Revolution
* Magnetico (Local DHT) [[site](https://github.com/boramalper/magnetico)]
* Majomparádé (TurkDepo)
* Making Off
* Mansão dos Animes (MDAN)

View File

@ -3,7 +3,7 @@ id: bitmagnet
name: BitMagnet (Local DHT)
description: "BitMagnet is a self-hosted BitTorrent DHT search engine"
language: en-US
type: private
type: semi-private
encoding: UTF-8
links:
- http://127.0.0.1:3333/

View File

@ -23,7 +23,7 @@ namespace Jackett.Common.Indexers
public override string Description => "Magnetico is a self-hosted BitTorrent DHT search engine";
public override string SiteLink { get; protected set; } = "http://127.0.0.1:8080/";
public override string Language => "en-US";
public override string Type => "private";
public override string Type => "semi-private";
public override TorznabCapabilities TorznabCaps => SetCapabilities();