diff --git a/src/Jackett.Common/Indexers/DonTorrent.cs b/src/Jackett.Common/Indexers/DonTorrent.cs index 233893543..ea74ce753 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.cab/", + "https://dontorrent.wtf/", "https://todotorrents.net/", "https://tomadivx.net/", "https://seriesblanco.one/", @@ -65,6 +65,7 @@ namespace Jackett.Common.Indexers "https://dontorrent.nl/", "https://dontorrent.cx/", "https://dontorrent.bet/", + "https://dontorrent.cab/", "https://dontorrent.eu/" }; @@ -83,7 +84,7 @@ namespace Jackett.Common.Indexers : base(id: "dontorrent", name: "DonTorrent", description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL", - link: "https://dontorrent.cab/", + link: "https://dontorrent.wtf/", caps: new TorznabCapabilities { TvSearchParams = new List