diff --git a/src/Jackett.Common/Indexers/Definitions/DonTorrent.cs b/src/Jackett.Common/Indexers/Definitions/DonTorrent.cs index 77114d137..59ecbc04f 100644 --- a/src/Jackett.Common/Indexers/Definitions/DonTorrent.cs +++ b/src/Jackett.Common/Indexers/Definitions/DonTorrent.cs @@ -29,10 +29,10 @@ namespace Jackett.Common.Indexers.Definitions public override string Name => "DonTorrent"; public override string Description => "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL"; // in the event the redirect is inactive https://t.me/s/dontorrent should have the latest working domain - public override string SiteLink { get; protected set; } = "https://dontorrent.webcam/"; + public override string SiteLink { get; protected set; } = "https://dontorrent.schule/"; public override string[] AlternativeSiteLinks => new[] { - "https://dontorrent.webcam/", + "https://dontorrent.schule/", "https://todotorrents.org/", "https://tomadivx.net/", "https://seriesblanco.one/", @@ -41,7 +41,6 @@ namespace Jackett.Common.Indexers.Definitions }; public override string[] LegacySiteLinks => new[] { - "https://dontorrent.exposed/", "https://dontorrent.faith/", "https://dontorrent.gratis/", "https://dontorrent.equipment/", @@ -56,6 +55,7 @@ namespace Jackett.Common.Indexers.Definitions "https://dontorrent.games/", "https://dontorrent.tube/", "https://dontorrent.trade/", + "https://dontorrent.webcam/", }; public override string Language => "es-ES"; public override string Type => "public";