diff --git a/src/Jackett.Common/Indexers/DonTorrent.cs b/src/Jackett.Common/Indexers/DonTorrent.cs index d687fb187..cfd8579ec 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.vet/", + "https://dontorrent.dog/", "https://todotorrents.net/", "https://tomadivx.net/", "https://seriesblanco.one/", @@ -74,7 +74,8 @@ namespace Jackett.Common.Indexers "https://dontorrent.yt/", "https://dontorrent.vg/", "https://dontorrent.eu/", - "https://dontorrent.ch/" + "https://dontorrent.ch/", + "https://dontorrent.vet/" }; private static Dictionary CategoriesMap => new Dictionary @@ -92,7 +93,7 @@ namespace Jackett.Common.Indexers : base(id: "dontorrent", name: "DonTorrent", description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL", - link: "https://dontorrent.vet/", + link: "https://dontorrent.dog/", caps: new TorznabCapabilities { TvSearchParams = new List