From bf466fc1bd07d07a66fde3993d0f0f1efea18b4e Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 11 Jun 2025 06:27:02 +1200 Subject: [PATCH] dontorrent: new domain --- src/Jackett.Common/Indexers/Definitions/DonTorrent.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Indexers/Definitions/DonTorrent.cs b/src/Jackett.Common/Indexers/Definitions/DonTorrent.cs index 790a00d0f..8fba5a966 100644 --- a/src/Jackett.Common/Indexers/Definitions/DonTorrent.cs +++ b/src/Jackett.Common/Indexers/Definitions/DonTorrent.cs @@ -29,10 +29,10 @@ namespace Jackett.Common.Indexers.Definitions 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.haus/"; + public override string SiteLink { get; protected set; } = "https://dontorrent.news/"; public override string[] AlternativeSiteLinks => new[] { - "https://dontorrent.haus/", + "https://dontorrent.news/", "https://todotorrents.org/", "https://tomadivx.net/", "https://seriesblanco.one/", @@ -41,7 +41,6 @@ namespace Jackett.Common.Indexers.Definitions }; public override string[] LegacySiteLinks => new[] { - "https://dontorrent.auction/", "https://dontorrent.football/", "https://dontorrent.wiki/", "https://dontorrent.games/", @@ -56,6 +55,7 @@ namespace Jackett.Common.Indexers.Definitions "https://dontorrent.gift/", "https://dontorrent.report/", "https://dontorrent.homes/", + "https://dontorrent.haus/", }; public override string Language => "es-ES"; public override string Type => "public";