dontorrent: newdomain

This commit is contained in:
Garfield69
2024-07-19 05:31:22 +12:00
parent 90be7a9748
commit 060329683f

View File

@@ -28,10 +28,10 @@ namespace Jackett.Common.Indexers.Definitions
public override string Name => "DonTorrent";
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
public override string SiteLink { get; protected set; } = "https://dontorrent.cologne/";
public override string SiteLink { get; protected set; } = "https://dontorrent.dance/";
public override string[] AlternativeSiteLinks => new[]
{
"https://dontorrent.cologne/",
"https://dontorrent.dance/",
"https://todotorrents.org/",
"https://tomadivx.net/",
"https://seriesblanco.one/",
@@ -40,7 +40,6 @@ namespace Jackett.Common.Indexers.Definitions
};
public override string[] LegacySiteLinks => new[]
{
"https://dontorrent.center/",
"https://dontorrent.cooking/",
"https://dontorrent.cyou/",
"https://dontorrent.agency/",
@@ -56,6 +55,7 @@ namespace Jackett.Common.Indexers.Definitions
"https://dontorrent.cc/",
"https://dontorrent.esq/",
"https://dontorrent.city/",
"https://dontorrent.cologne/",
};
public override string Language => "es-ES";
public override string Type => "public";