From 144957821f5558c9e7a4bd1a7305ae4ca0297872 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 24 Mar 2022 06:40:59 +1300 Subject: [PATCH] dontorrent: new domain *.re -> *.wf --- src/Jackett.Common/Indexers/DonTorrent.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Indexers/DonTorrent.cs b/src/Jackett.Common/Indexers/DonTorrent.cs index 71253a1c6..cbb2b749e 100644 --- a/src/Jackett.Common/Indexers/DonTorrent.cs +++ b/src/Jackett.Common/Indexers/DonTorrent.cs @@ -39,7 +39,7 @@ namespace Jackett.Common.Indexers private const string SearchUrl = "buscar/"; public override string[] AlternativeSiteLinks { get; protected set; } = { - "https://dontorrent.re/", + "https://dontorrent.wf/", "https://todotorrents.net/", "https://tomadivx.net/", "https://seriesblanco.one/", @@ -55,6 +55,7 @@ namespace Jackett.Common.Indexers "https://dontorrent.li/", "https://dontorrent.top/", "https://dontorrent.pm/", + "https://dontorrent.re/", "https://dontorrent.eu/" }; @@ -73,7 +74,7 @@ namespace Jackett.Common.Indexers : base(id: "dontorrent", name: "DonTorrent", description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL", - link: "https://dontorrent.re/", + link: "https://dontorrent.wf/", caps: new TorznabCapabilities { TvSearchParams = new List