From 282ded003da9dc15de35c19f6e9bada929bdfeec Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 10 Aug 2024 06:29:42 +1200 Subject: [PATCH] dontorrent: new domain. resolves #6214 --- 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 69b00906d..de513efc2 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.earth/"; + public override string SiteLink { get; protected set; } = "https://dontorrent.date/"; public override string[] AlternativeSiteLinks => new[] { - "https://dontorrent.earth/", + "https://dontorrent.date/", "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.skin/", "https://dontorrent.directory/", "https://dontorrent.boutique/", "https://dontorrent.miami/", @@ -55,6 +54,7 @@ namespace Jackett.Common.Indexers.Definitions "https://dontorrent.cologne/", "https://dontorrent.dance/", "https://dontorrent.cricket/", + "https://dontorrent.earth/", }; public override string Language => "es-ES"; public override string Type => "public";