From a537018fcc31125eaddefff6f54032cc651043a6 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 5 Jun 2021 11:05:02 +1200 Subject: [PATCH] mejortorrent: domain *.com -> *.net --- src/Jackett.Common/Indexers/MejorTorrent.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Indexers/MejorTorrent.cs b/src/Jackett.Common/Indexers/MejorTorrent.cs index 7609cad45..462f119a0 100644 --- a/src/Jackett.Common/Indexers/MejorTorrent.cs +++ b/src/Jackett.Common/Indexers/MejorTorrent.cs @@ -36,7 +36,7 @@ namespace Jackett.Common.Indexers private const string SearchUrl = "secciones.php"; public override string[] AlternativeSiteLinks { get; protected set; } = { - "https://www.mejortorrento.com/", + "https://www.mejortorrento.net/", "https://mejortorrent.nocensor.space/" }; @@ -49,7 +49,8 @@ namespace Jackett.Common.Indexers "http://www.mejortorrentt.org/", "https://www.mejortorrents.net/", "https://www.mejortorrents1.com/", - "https://www.mejortorrents1.net/" + "https://www.mejortorrents1.net/", + "https://www.mejortorrento.com/" }; public MejorTorrent(IIndexerConfigurationService configService, WebClient w, Logger l, IProtectionService ps,