From 1b5224395d3138be9d2f40eba750a64e0b82234b Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 7 Feb 2024 06:21:16 +1300 Subject: [PATCH] dontorrent: new domain --- src/Jackett.Common/Indexers/DonTorrent.cs | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/Jackett.Common/Indexers/DonTorrent.cs b/src/Jackett.Common/Indexers/DonTorrent.cs index dec76fd58..5aa98bfa3 100644 --- a/src/Jackett.Common/Indexers/DonTorrent.cs +++ b/src/Jackett.Common/Indexers/DonTorrent.cs @@ -26,10 +26,10 @@ namespace Jackett.Common.Indexers 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.makeup/"; + public override string SiteLink { get; protected set; } = "https://dontorrent.band/"; public override string[] AlternativeSiteLinks => new[] { - "https://dontorrent.makeup/", + "https://dontorrent.band/", "https://todotorrents.org/", "https://tomadivx.net/", "https://seriesblanco.one/", @@ -38,10 +38,6 @@ namespace Jackett.Common.Indexers }; public override string[] LegacySiteLinks => new[] { - "https://dontorrent.foo/", - "https://dontorrent.hair/", - "https://dontorrent.rsvp/", - "https://dontorrent.quest/", "https://dontorrent.nexus/", "https://dontorrent.bond/", "https://dontorrent.tokyo/", @@ -56,6 +52,7 @@ namespace Jackett.Common.Indexers "https://dontorrent.cymru/", "https://dontorrent.capetown/", "https://dontorrent.yokohama/", + "https://dontorrent.makeup/", }; public override string Language => "es-ES"; public override string Type => "public";