dontorrent: newdomain

This commit is contained in:
Garfield69
2024-06-21 05:21:00 +12:00
parent e9a2bc118f
commit 3bb9cdd4f6

View File

@@ -28,10 +28,10 @@ namespace Jackett.Common.Indexers
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.cc/"; public override string SiteLink { get; protected set; } = "https://dontorrent.esq/";
public override string[] AlternativeSiteLinks => new[] public override string[] AlternativeSiteLinks => new[]
{ {
"https://dontorrent.cc/", "https://dontorrent.esq/",
"https://todotorrents.org/", "https://todotorrents.org/",
"https://tomadivx.net/", "https://tomadivx.net/",
"https://seriesblanco.one/", "https://seriesblanco.one/",
@@ -55,6 +55,7 @@ namespace Jackett.Common.Indexers
"https://dontorrent.icu/", "https://dontorrent.icu/",
"https://dontorrent.fyi/", "https://dontorrent.fyi/",
"https://dontorrent.sbs/", "https://dontorrent.sbs/",
"https://dontorrent.cc/",
}; };
public override string Language => "es-ES"; public override string Language => "es-ES";
public override string Type => "public"; public override string Type => "public";