diff --git a/src/Jackett.Common/Indexers/DonTorrent.cs b/src/Jackett.Common/Indexers/DonTorrent.cs index 8d4ad6dd3..c570901c8 100644 --- a/src/Jackett.Common/Indexers/DonTorrent.cs +++ b/src/Jackett.Common/Indexers/DonTorrent.cs @@ -39,12 +39,16 @@ namespace Jackett.Common.Indexers private const string SearchUrl = "/buscar/"; public override string[] AlternativeSiteLinks { get; protected set; } = { - "https://dontorrent.li/", + "https://dontorrent.it", "https://todotorrents.net/", "https://tomadivx.net/", "https://seriesblanco.one/" }; + public override string[] LegacySiteLinks { get; protected set; } = { + "https://dontorrent.li/" + }; + private static Dictionary CategoriesMap => new Dictionary { { "/pelicula/", DonTorrentCatType.Pelicula }, @@ -60,7 +64,7 @@ namespace Jackett.Common.Indexers : base(id: "dontorrent", name: "DonTorrent", description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL", - link: "https://dontorrent.li/", + link: "https://dontorrent.it/", caps: new TorznabCapabilities { TvSearchParams = new List @@ -181,7 +185,7 @@ namespace Jackett.Common.Indexers } //2022-01-12 - //Halloween Kills + //Halloween Kills //(MicroHD-1080p) if (row.TagName.Equals("A"))