From 4179392d52ab02c41679228cf9fec16a2f0d96d0 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 20 Oct 2022 14:36:07 +1300 Subject: [PATCH] dontorrent: new domain --- src/Jackett.Common/Indexers/DonTorrent.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Indexers/DonTorrent.cs b/src/Jackett.Common/Indexers/DonTorrent.cs index 02f249923..5b08fccf9 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.fans/", + "https://dontorrent.ltd/", "https://todotorrents.net/", "https://tomadivx.net/", "https://seriesblanco.one/", @@ -63,7 +63,8 @@ namespace Jackett.Common.Indexers "https://dontorrent.tf/", "https://dontorrent.vin/", "https://dontorrent.ist/", - "https://dontorrent.uno/" + "https://dontorrent.uno/", + "https://dontorrent.fans/" }; private static Dictionary CategoriesMap => new Dictionary @@ -81,7 +82,7 @@ namespace Jackett.Common.Indexers : base(id: "dontorrent", name: "DonTorrent", description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL", - link: "https://dontorrent.fans/", + link: "https://dontorrent.ltd/", caps: new TorznabCapabilities { TvSearchParams = new List