dontorrent: new domain

This commit is contained in:
Garfield69
2024-10-22 04:58:54 +13:00
parent d7834d3525
commit 5a3c1e2734

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.gratis/"; public override string SiteLink { get; protected set; } = "https://dontorrent.equipment/";
public override string[] AlternativeSiteLinks => new[] public override string[] AlternativeSiteLinks => new[]
{ {
"https://dontorrent.gratis/", "https://dontorrent.equipment/",
"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.icu/",
"https://dontorrent.fyi/", "https://dontorrent.fyi/",
"https://dontorrent.sbs/", "https://dontorrent.sbs/",
"https://dontorrent.cc/", "https://dontorrent.cc/",
@@ -55,6 +54,7 @@ namespace Jackett.Common.Indexers.Definitions
"https://dontorrent.education/", "https://dontorrent.education/",
"https://dontorrent.exposed/", "https://dontorrent.exposed/",
"https://dontorrent.faith/", "https://dontorrent.faith/",
"https://dontorrent.gratis/",
}; };
public override string Language => "es-ES"; public override string Language => "es-ES";
public override string Type => "public"; public override string Type => "public";