From 1f674cdf98ef8298cc59bc383613b077ed6da543 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 22 Jul 2022 14:28:25 +1200 Subject: [PATCH] dontorrent: new domain --- src/Jackett.Common/Indexers/DonTorrent.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Indexers/DonTorrent.cs b/src/Jackett.Common/Indexers/DonTorrent.cs index 9f41cd0db..d687fb187 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.ch/", + "https://dontorrent.vet/", "https://todotorrents.net/", "https://tomadivx.net/", "https://seriesblanco.one/", @@ -73,7 +73,8 @@ namespace Jackett.Common.Indexers "https://dontorrent.tw/", "https://dontorrent.yt/", "https://dontorrent.vg/", - "https://dontorrent.eu/" + "https://dontorrent.eu/", + "https://dontorrent.ch/" }; private static Dictionary CategoriesMap => new Dictionary @@ -91,7 +92,7 @@ namespace Jackett.Common.Indexers : base(id: "dontorrent", name: "DonTorrent", description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL", - link: "https://dontorrent.ch/", + link: "https://dontorrent.vet/", caps: new TorznabCapabilities { TvSearchParams = new List