dontorrent: new domain

This commit is contained in:
Garfield69
2024-01-10 17:29:38 +13:00
parent 12fae15085
commit 9b9b3a4dee

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.cymru/";
public override string SiteLink { get; protected set; } = "https://dontorrent.capetown/";
public override string[] AlternativeSiteLinks => new[]
{
"https://dontorrent.cymru/",
"https://dontorrent.capetown/",
"https://todotorrents.org/",
"https://tomadivx.net/",
"https://seriesblanco.one/",
@@ -53,6 +53,7 @@ namespace Jackett.Common.Indexers
"https://dontorrent.wales/",
"https://dontorrent.nagoya/",
"https://dontorrent.contact/",
"https://dontorrent.cymru/",
};
public override string Language => "es-ES";
public override string Type => "public";