diff --git a/src/Jackett.Common/Indexers/DonTorrent.cs b/src/Jackett.Common/Indexers/DonTorrent.cs index a1576ea2c..686d272d6 100644 --- a/src/Jackett.Common/Indexers/DonTorrent.cs +++ b/src/Jackett.Common/Indexers/DonTorrent.cs @@ -37,7 +37,7 @@ namespace Jackett.Common.Indexers private const string SearchUrl = "buscar/"; public override string[] AlternativeSiteLinks { get; protected set; } = { - "https://dontorrent.how/", + "https://dontorrent.casa/", "https://todotorrents.net/", "https://tomadivx.net/", "https://seriesblanco.one/", @@ -46,7 +46,6 @@ namespace Jackett.Common.Indexers }; public override string[] LegacySiteLinks { get; protected set; } = { - "https://dontorrent.vin/", "https://dontorrent.ist/", "https://dontorrent.uno/", "https://dontorrent.fans/", @@ -61,7 +60,8 @@ namespace Jackett.Common.Indexers "https://dontorrent.army/", "https://dontorrent.blue/", "https://dontorrent.beer/", - "https://dontorrent.surf/" + "https://dontorrent.surf/", + "https://dontorrent.how/" }; private static Dictionary CategoriesMap => new Dictionary @@ -79,7 +79,7 @@ namespace Jackett.Common.Indexers : base(id: "dontorrent", name: "DonTorrent", description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL", - link: "https://dontorrent.how/", + link: "https://dontorrent.casa/", caps: new TorznabCapabilities { TvSearchParams = new List