mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
assorted gazelleTrackers: add comment about status url
This commit is contained in:
@@ -16,6 +16,7 @@ namespace Jackett.Common.Indexers
|
||||
public override string Id => "alpharatio";
|
||||
public override string Name => "AlphaRatio";
|
||||
public override string Description => "AlphaRatio (AR) is a Private Torrent Tracker for 0DAY / GENERAL";
|
||||
// Status: https://ar.trackerstatus.info/
|
||||
public override string SiteLink { get; protected set; } = "https://alpharatio.cc/";
|
||||
public override string Language => "en-US";
|
||||
public override string Type => "private";
|
||||
|
@@ -22,6 +22,7 @@ namespace Jackett.Common.Indexers
|
||||
public override string Id => "broadcasthenet";
|
||||
public override string Name => "BroadcasTheNet";
|
||||
public override string Description => "BroadcasTheNet (BTN) is an invite-only torrent tracker focused on TV shows";
|
||||
// Status: https://btn.trackerstatus.info/
|
||||
public override string SiteLink { get; protected set; } = "https://broadcasthe.net/";
|
||||
public override string Language => "en-US";
|
||||
public override string Type => "private";
|
||||
|
@@ -25,6 +25,7 @@ namespace Jackett.Common.Indexers
|
||||
public override string Id => "gazellegamesapi";
|
||||
public override string Name => "GazelleGames (API)";
|
||||
public override string Description => "A gaming tracker";
|
||||
// Status: https://ggn.trackerstatus.info/
|
||||
public override string SiteLink { get; protected set; } = "https://gazellegames.net/";
|
||||
public override string Language => "en-US";
|
||||
public override string Type => "private";
|
||||
|
@@ -22,6 +22,7 @@ namespace Jackett.Common.Indexers
|
||||
public override string Id => "nebulanceapi";
|
||||
public override string Name => "NebulanceAPI";
|
||||
public override string Description => "At Nebulance we will change the way you think about TV. Using API.";
|
||||
// Status: https://nbl.trackerstatus.info/
|
||||
public override string SiteLink { get; protected set; } = "https://nebulance.io/";
|
||||
public override string Language => "en-US";
|
||||
public override string Type => "private";
|
||||
|
@@ -18,6 +18,7 @@ namespace Jackett.Common.Indexers
|
||||
public override string Id => "orpheus";
|
||||
public override string Name => "Orpheus";
|
||||
public override string Description => "A music tracker";
|
||||
// Status: https://ops.trackerstatus.info/
|
||||
public override string SiteLink { get; protected set; } = "https://orpheus.network/";
|
||||
public override string Language => "en-US";
|
||||
public override string Type => "private";
|
||||
|
@@ -23,6 +23,7 @@ namespace Jackett.Common.Indexers
|
||||
public override string Id => "passthepopcorn";
|
||||
public override string Name => "PassThePopcorn";
|
||||
public override string Description => "PassThePopcorn (PTP) is a Private site for MOVIES / TV";
|
||||
// Status: https://ptp.trackerstatus.info/
|
||||
public override string SiteLink { get; protected set; } = "https://passthepopcorn.me/";
|
||||
public override string Language => "en-US";
|
||||
public override string Type => "private";
|
||||
|
@@ -19,6 +19,7 @@ namespace Jackett.Common.Indexers
|
||||
public override string Id => "redacted";
|
||||
public override string Name => "Redacted";
|
||||
public override string Description => "A music tracker";
|
||||
// Status: https://red.trackerstatus.info/
|
||||
public override string SiteLink { get; protected set; } = "https://redacted.ch/";
|
||||
public override string Language => "en-US";
|
||||
public override string Type => "private";
|
||||
|
Reference in New Issue
Block a user