bitmagnet magnetico: set as private. #15126

This commit is contained in:
Garfield69 2024-03-15 06:30:02 +13:00
parent 330761f01b
commit 07c8063df9
3 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
* Badass Torrents
* Bangumi Moe
* BigFANGroup
* BitMagnet (Local DHT) [[site](https://github.com/bitmagnet-io/bitmagnet)]
* BitRu
* BitSearch
* BT.etree
@ -180,7 +179,6 @@ 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
@ -269,6 +267,7 @@ 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
@ -435,6 +434,7 @@ 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: public
type: 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 => "semi-private";
public override string Type => "private";
public override TorznabCapabilities TorznabCaps => SetCapabilities();