From fd33dcbf5d1b1e4fb90443439bca808852c14223 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 4 May 2022 16:52:48 +1200 Subject: [PATCH] dontorrent: new domain *.nl -> *.cx --- 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 e9675932b..10ee04575 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.nl/", + "https://dontorrent.cx/", "https://todotorrents.net/", "https://tomadivx.net/", "https://seriesblanco.one/", @@ -61,6 +61,7 @@ namespace Jackett.Common.Indexers "https://dontorrent.cat/", "https://dontorrent.pl/", "https://dontorrent.tel/", + "https://dontorrent.nl/", "https://dontorrent.eu/" }; @@ -79,7 +80,7 @@ namespace Jackett.Common.Indexers : base(id: "dontorrent", name: "DonTorrent", description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL", - link: "https://dontorrent.nl/", + link: "https://dontorrent.cx/", caps: new TorznabCapabilities { TvSearchParams = new List