From 9eb88fd7e20892ac6463b54c15d2a8d0acfdbe20 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 7 Dec 2022 16:03:26 +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 7aa563906..69ad8dca0 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.fail/", + "https://dontorrent.futbol/", "https://todotorrents.net/", "https://tomadivx.net/", "https://seriesblanco.one/", @@ -62,7 +62,8 @@ namespace Jackett.Common.Indexers "https://dontorrent.me/", "https://dontorrent.gs/", "https://dontorrent.gy/", - "https://dontorrent.click/" + "https://dontorrent.click/", + "https://dontorrent.fail/" }; private static Dictionary CategoriesMap => new Dictionary @@ -80,7 +81,7 @@ namespace Jackett.Common.Indexers : base(id: "dontorrent", name: "DonTorrent", description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL", - link: "https://dontorrent.fail/", + link: "https://dontorrent.futbol/", caps: new TorznabCapabilities { TvSearchParams = new List