dontorrent: new domain

This commit is contained in:
Garfield69
2024-02-07 06:21:16 +13:00
parent bf50af2216
commit 1b5224395d

View File

@@ -26,10 +26,10 @@ namespace Jackett.Common.Indexers
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.makeup/";
public override string SiteLink { get; protected set; } = "https://dontorrent.band/";
public override string[] AlternativeSiteLinks => new[]
{
"https://dontorrent.makeup/",
"https://dontorrent.band/",
"https://todotorrents.org/",
"https://tomadivx.net/",
"https://seriesblanco.one/",
@@ -38,10 +38,6 @@ namespace Jackett.Common.Indexers
};
public override string[] LegacySiteLinks => new[]
{
"https://dontorrent.foo/",
"https://dontorrent.hair/",
"https://dontorrent.rsvp/",
"https://dontorrent.quest/",
"https://dontorrent.nexus/",
"https://dontorrent.bond/",
"https://dontorrent.tokyo/",
@@ -56,6 +52,7 @@ namespace Jackett.Common.Indexers
"https://dontorrent.cymru/",
"https://dontorrent.capetown/",
"https://dontorrent.yokohama/",
"https://dontorrent.makeup/",
};
public override string Language => "es-ES";
public override string Type => "public";