From b7ebb2b7af365d7016833c8816b4a9475830a78a Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 3 Aug 2023 06:05:35 +1200 Subject: [PATCH] dontorrent: new domain --- src/Jackett.Common/Indexers/DonTorrent.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Indexers/DonTorrent.cs b/src/Jackett.Common/Indexers/DonTorrent.cs index 95baaa3a2..fdcaee03a 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.rsvp/"; + public override string SiteLink { get; protected set; } = "https://dontorrent.quest/"; public override string[] AlternativeSiteLinks => new[] { - "https://dontorrent.rsvp/", + "https://dontorrent.quest/", "https://todotorrents.org/", "https://tomadivx.net/", "https://seriesblanco.one/", @@ -38,7 +38,6 @@ namespace Jackett.Common.Indexers }; public override string[] LegacySiteLinks => new[] { - "https://dontorrent.pictures/", "https://dontorrent.ms/", "https://dontorrent.care/", "https://dontorrent.cash/", @@ -53,6 +52,7 @@ namespace Jackett.Common.Indexers "https://dontorrent.boo/", "https://dontorrent.foo/", "https://dontorrent.hair/", + "https://dontorrent.rsvp/", }; public override string Language => "es-ES"; public override string Type => "public";