From 38a2f91a89c40b5e0b8acc71f8790809de9a17af Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 2 Jun 2022 10:42:03 +1200 Subject: [PATCH] dontorrent: new domain *.wtf -> *.fi --- 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 ea74ce753..f3054dd3a 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.wtf/", + "https://dontorrent.fi/", "https://todotorrents.net/", "https://tomadivx.net/", "https://seriesblanco.one/", @@ -66,6 +66,7 @@ namespace Jackett.Common.Indexers "https://dontorrent.cx/", "https://dontorrent.bet/", "https://dontorrent.cab/", + "https://dontorrent.wtf/", "https://dontorrent.eu/" }; @@ -84,7 +85,7 @@ namespace Jackett.Common.Indexers : base(id: "dontorrent", name: "DonTorrent", description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL", - link: "https://dontorrent.wtf/", + link: "https://dontorrent.fi/", caps: new TorznabCapabilities { TvSearchParams = new List