From f598d9306edd59cc4c6c0607d122c00315e62c9f Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 12 Feb 2024 17:08:08 +1300 Subject: [PATCH] mejortorrent: bump subdomain --- src/Jackett.Common/Indexers/MejorTorrent.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Indexers/MejorTorrent.cs b/src/Jackett.Common/Indexers/MejorTorrent.cs index 8cf78a391..d855777f5 100644 --- a/src/Jackett.Common/Indexers/MejorTorrent.cs +++ b/src/Jackett.Common/Indexers/MejorTorrent.cs @@ -27,10 +27,9 @@ 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://www10.mejortorrent.rip/"; + public override string SiteLink { get; protected set; } = "https://www11.mejortorrent.rip/"; public override string[] LegacySiteLinks => new[] { - "https://www.mejortorrento.info/", "https://mejortorrent.nocensor.space/", "https://www.mejortorrentes.com/", "https://www.mejortorrento.info/", @@ -59,6 +58,7 @@ namespace Jackett.Common.Indexers "https://www7.mejortorrent.rip/", "https://www8.mejortorrent.rip/", "https://www9.mejortorrent.rip/", + "https://www10.mejortorrent.rip/", }; public override string Language => "es-ES"; public override string Type => "public";