From 5a3c1e2734779e9e9135dd716ef82f7408554009 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 22 Oct 2024 04:58:54 +1300 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 b34f9c267..3ec4bf598 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.gratis/"; + public override string SiteLink { get; protected set; } = "https://dontorrent.equipment/"; public override string[] AlternativeSiteLinks => new[] { - "https://dontorrent.gratis/", + "https://dontorrent.equipment/", "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.icu/", "https://dontorrent.fyi/", "https://dontorrent.sbs/", "https://dontorrent.cc/", @@ -55,6 +54,7 @@ namespace Jackett.Common.Indexers.Definitions "https://dontorrent.education/", "https://dontorrent.exposed/", "https://dontorrent.faith/", + "https://dontorrent.gratis/", }; public override string Language => "es-ES"; public override string Type => "public";