From 595d820e8ebbc6648af5915d3fc3fd1b32eaceeb Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 9 Oct 2023 16:34:17 +1300 Subject: [PATCH] mejortorrent: new subdomain --- src/Jackett.Common/Indexers/MejorTorrent.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Indexers/MejorTorrent.cs b/src/Jackett.Common/Indexers/MejorTorrent.cs index 5f2d7e0a3..f9e252b21 100644 --- a/src/Jackett.Common/Indexers/MejorTorrent.cs +++ b/src/Jackett.Common/Indexers/MejorTorrent.cs @@ -26,15 +26,14 @@ namespace Jackett.Common.Indexers public override string Id => "mejortorrent"; public override string Name => "MejorTorrent"; public override string Description => "MejorTorrent - Hay veces que un torrent viene mejor! :)"; - public override string SiteLink { get; protected set; } = "https://www6.mejortorrent.rip/"; + public override string SiteLink { get; protected set; } = "https://www7.mejortorrent.rip/"; public override string[] AlternativeSiteLinks => new[] { - "https://www6.mejortorrent.rip/", + "https://www7.mejortorrent.rip/", "https://mejortorrent.unblockit.zip/" }; public override string[] LegacySiteLinks => new[] { - "https://www.mejortorrents1.com/", "https://www.mejortorrents1.net/", "https://www.mejortorrento.com/", "https://www.mejortorrento.org/", @@ -62,6 +61,7 @@ namespace Jackett.Common.Indexers "https://mejortorrent.unblockit.vegas/", "https://www5.mejortorrent.rip/", "https://mejortorrent.unblockit.esq/", + "https://www6.mejortorrent.rip/", }; public override string Language => "es-ES"; public override string Type => "public";