dontorrent: new domain

This commit is contained in:
Garfield69
2025-07-04 17:46:01 +12:00
parent 181ab27918
commit f972e8fead

View File

@@ -29,10 +29,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.jetzt/"; public override string SiteLink { get; protected set; } = "https://dontorrent.loan/";
public override string[] AlternativeSiteLinks => new[] public override string[] AlternativeSiteLinks => new[]
{ {
"https://dontorrent.jetzt/", "https://dontorrent.loan/",
"https://todotorrents.org/", "https://todotorrents.org/",
"https://tomadivx.net/", "https://tomadivx.net/",
"https://seriesblanco.one/", "https://seriesblanco.one/",
@@ -41,7 +41,6 @@ namespace Jackett.Common.Indexers.Definitions
}; };
public override string[] LegacySiteLinks => new[] public override string[] LegacySiteLinks => new[]
{ {
"https://dontorrent.games/",
"https://dontorrent.tube/", "https://dontorrent.tube/",
"https://dontorrent.trade/", "https://dontorrent.trade/",
"https://dontorrent.webcam/", "https://dontorrent.webcam/",
@@ -56,6 +55,7 @@ namespace Jackett.Common.Indexers.Definitions
"https://dontorrent.haus/", "https://dontorrent.haus/",
"https://dontorrent.news/", "https://dontorrent.news/",
"https://dontorrent.institute/", "https://dontorrent.institute/",
"https://dontorrent.jetzt/",
}; };
public override string Language => "es-ES"; public override string Language => "es-ES";
public override string Type => "public"; public override string Type => "public";