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