From 63bb2aa2c09742b1cd23bc945032649a589aa6c2 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 26 Jul 2024 17:04:25 +1200 Subject: [PATCH] dontorrent: new domain --- src/Jackett.Common/Indexers/Definitions/DonTorrent.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Jackett.Common/Indexers/Definitions/DonTorrent.cs b/src/Jackett.Common/Indexers/Definitions/DonTorrent.cs index 1b27e346e..5c098dc70 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.dance/"; + public override string SiteLink { get; protected set; } = "https://dontorrent.cricket/"; public override string[] AlternativeSiteLinks => new[] { - "https://dontorrent.dance/", + "https://dontorrent.cricket/", "https://todotorrents.org/", "https://tomadivx.net/", "https://seriesblanco.one/", @@ -40,8 +40,6 @@ namespace Jackett.Common.Indexers.Definitions }; public override string[] LegacySiteLinks => new[] { - "https://dontorrent.cooking/", - "https://dontorrent.cyou/", "https://dontorrent.agency/", "https://dontorrent.skin/", "https://dontorrent.directory/", @@ -56,6 +54,7 @@ namespace Jackett.Common.Indexers.Definitions "https://dontorrent.esq/", "https://dontorrent.city/", "https://dontorrent.cologne/", + "https://dontorrent.dance/", }; public override string Language => "es-ES"; public override string Type => "public";