From 060329683f873d5cb8e466bf45b46404425c0591 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 19 Jul 2024 05:31:22 +1200 Subject: [PATCH] dontorrent: newdomain --- 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 0e3bf4aa5..1b27e346e 100644 --- a/src/Jackett.Common/Indexers/Definitions/DonTorrent.cs +++ b/src/Jackett.Common/Indexers/Definitions/DonTorrent.cs @@ -28,10 +28,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.cologne/"; + public override string SiteLink { get; protected set; } = "https://dontorrent.dance/"; public override string[] AlternativeSiteLinks => new[] { - "https://dontorrent.cologne/", + "https://dontorrent.dance/", "https://todotorrents.org/", "https://tomadivx.net/", "https://seriesblanco.one/", @@ -40,7 +40,6 @@ namespace Jackett.Common.Indexers.Definitions }; public override string[] LegacySiteLinks => new[] { - "https://dontorrent.center/", "https://dontorrent.cooking/", "https://dontorrent.cyou/", "https://dontorrent.agency/", @@ -56,6 +55,7 @@ namespace Jackett.Common.Indexers.Definitions "https://dontorrent.cc/", "https://dontorrent.esq/", "https://dontorrent.city/", + "https://dontorrent.cologne/", }; public override string Language => "es-ES"; public override string Type => "public";