Skip to content

Commit

Permalink
bitmagnet magnetico: set as semi-private. #15126
Browse files Browse the repository at this point in the history
This reverts commit 07c8063.
  • Loading branch information
garfield69 committed Mar 18, 2024
1 parent f47799f commit b2a6074
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/Jackett.Common/Definitions/bitmagnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/Jackett.Common/Indexers/Magnetico.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class Magnetico : IndexerBase
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();

Expand Down

0 comments on commit b2a6074

Please sign in to comment.