From e71cd1105f601a28b6a0852236954eecb0fde051 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 5 Oct 2022 16:28:24 +1300 Subject: [PATCH] dontorrent: new domain --- src/Jackett.Common/Indexers/DonTorrent.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Jackett.Common/Indexers/DonTorrent.cs b/src/Jackett.Common/Indexers/DonTorrent.cs index 2e32ab60c..c55513a53 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.ist/", + "https://dontorrent.uno/", "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.tw/", "https://dontorrent.yt/", "https://dontorrent.vg/", "https://dontorrent.eu/", @@ -62,7 +61,8 @@ namespace Jackett.Common.Indexers "https://dontorrent.moe/", "https://dontorrent.pub/", "https://dontorrent.tf/", - "https://dontorrent.vin/" + "https://dontorrent.vin/", + "https://dontorrent.ist/" }; 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.ist/", + link: "https://dontorrent.uno/", caps: new TorznabCapabilities { TvSearchParams = new List