dontorrent: new domain

This commit is contained in:
Garfield69
2025-01-17 18:30:15 +13:00
parent 8e1c751b58
commit 925f105f70

View File

@@ -28,10 +28,10 @@ namespace Jackett.Common.Indexers.Definitions
public override string Name => "DonTorrent"; public override string Name => "DonTorrent";
public override string Description => "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL"; public override string Description => "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL";
// in the event the redirect is inactive https://t.me/s/dontorrent should have the latest working domain // in the event the redirect is inactive https://t.me/s/dontorrent should have the latest working domain
public override string SiteLink { get; protected set; } = "https://dontorrent.auction/"; public override string SiteLink { get; protected set; } = "https://dontorrent.football/";
public override string[] AlternativeSiteLinks => new[] public override string[] AlternativeSiteLinks => new[]
{ {
"https://dontorrent.auction/", "https://dontorrent.football/",
"https://todotorrents.org/", "https://todotorrents.org/",
"https://tomadivx.net/", "https://tomadivx.net/",
"https://seriesblanco.one/", "https://seriesblanco.one/",
@@ -40,7 +40,6 @@ namespace Jackett.Common.Indexers.Definitions
}; };
public override string[] LegacySiteLinks => new[] public override string[] LegacySiteLinks => new[]
{ {
"https://dontorrent.dance/",
"https://dontorrent.cricket/", "https://dontorrent.cricket/",
"https://dontorrent.earth/", "https://dontorrent.earth/",
"https://dontorrent.date/", "https://dontorrent.date/",
@@ -55,6 +54,7 @@ namespace Jackett.Common.Indexers.Definitions
"https://dontorrent.yoga/", "https://dontorrent.yoga/",
"https://dontorrent.foundation/", "https://dontorrent.foundation/",
"https://dontorrent.co/", "https://dontorrent.co/",
"https://dontorrent.auction/",
}; };
public override string Language => "es-ES"; public override string Language => "es-ES";
public override string Type => "public"; public override string Type => "public";