dontorrent: change domain *.wales

This commit is contained in:
ilike2burnthing
2023-11-18 02:51:00 +00:00
committed by GitHub
parent 07a7101ce5
commit 08b5bac072

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