From 90d74381cb361ea478a945c18151b671583ac267 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 8 Sep 2022 16:47:44 +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 7221daa53..56b7d6cdb 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.moe/", + "https://dontorrent.pub/", "https://todotorrents.net/", "https://tomadivx.net/", "https://seriesblanco.one/", @@ -62,7 +62,8 @@ namespace Jackett.Common.Indexers "https://dontorrent.dev/", "https://dontorrent.bid/", "https://dontorrent.pet/", - "https://dontorrent.soy/" + "https://dontorrent.soy/", + "https://dontorrent.moe/" }; private static Dictionary CategoriesMap => new Dictionary @@ -80,7 +81,7 @@ namespace Jackett.Common.Indexers : base(id: "dontorrent", name: "DonTorrent", description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL", - link: "https://dontorrent.moe/", + link: "https://dontorrent.pub/", caps: new TorznabCapabilities { TvSearchParams = new List