diff --git a/src/Jackett.Common/Indexers/DonTorrent.cs b/src/Jackett.Common/Indexers/DonTorrent.cs index 873b8ec74..4f4eaa49e 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.gs/", + "https://dontorrent.gy/", "https://todotorrents.net/", "https://tomadivx.net/", "https://seriesblanco.one/", @@ -48,7 +48,6 @@ namespace Jackett.Common.Indexers }; public override string[] LegacySiteLinks { get; protected set; } = { - "https://dontorrent.vet/", "https://dontorrent.dog/", "https://dontorrent.dev/", "https://dontorrent.bid/", @@ -62,7 +61,8 @@ namespace Jackett.Common.Indexers "https://dontorrent.uno/", "https://dontorrent.fans/", "https://dontorrent.ltd/", - "https://dontorrent.me/" + "https://dontorrent.me/", + "https://dontorrent.gs/" }; private static Dictionary CategoriesMap => new Dictionary @@ -80,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.gs/", + link: "https://dontorrent.gy/", caps: new TorznabCapabilities { TvSearchParams = new List