assorted gazelleTrackers: add comment about status url

This commit is contained in:
Garfield69
2024-06-12 06:10:40 +12:00
parent f55ce9815f
commit ccd2c5c6a7
7 changed files with 7 additions and 0 deletions

View File

@@ -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";

View File

@@ -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";

View File

@@ -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";

View File

@@ -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";

View File

@@ -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";

View File

@@ -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";

View File

@@ -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";