diff --git a/src/Jackett.Common/Indexers/DonTorrent.cs b/src/Jackett.Common/Indexers/DonTorrent.cs index 8180bb7b1..5f3482212 100644 --- a/src/Jackett.Common/Indexers/DonTorrent.cs +++ b/src/Jackett.Common/Indexers/DonTorrent.cs @@ -27,10 +27,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.boutique/"; + public override string SiteLink { get; protected set; } = "https://dontorrent.miami/"; public override string[] AlternativeSiteLinks => new[] { - "https://dontorrent.boutique/", + "https://dontorrent.miami/", "https://todotorrents.org/", "https://tomadivx.net/", "https://seriesblanco.one/", @@ -39,7 +39,6 @@ namespace Jackett.Common.Indexers }; public override string[] LegacySiteLinks => new[] { - "https://dontorrent.joburg/", "https://dontorrent.wales/", "https://dontorrent.nagoya/", "https://dontorrent.contact/", @@ -54,6 +53,7 @@ namespace Jackett.Common.Indexers "https://dontorrent.agency/", "https://dontorrent.skin/", "https://dontorrent.directory/", + "https://dontorrent.boutique/", }; public override string Language => "es-ES"; public override string Type => "public";