From ed9bbeae4f32a290f0452b611f1bb66a613fd153 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 18 Mar 2025 18:33:41 +1300 Subject: [PATCH] mejortorrent: bump domain --- src/Jackett.Common/Indexers/Definitions/MejorTorrent.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Indexers/Definitions/MejorTorrent.cs b/src/Jackett.Common/Indexers/Definitions/MejorTorrent.cs index 3df8668a6..82400a6bc 100644 --- a/src/Jackett.Common/Indexers/Definitions/MejorTorrent.cs +++ b/src/Jackett.Common/Indexers/Definitions/MejorTorrent.cs @@ -27,10 +27,9 @@ namespace Jackett.Common.Indexers.Definitions public override string Id => "mejortorrent"; public override string Name => "MejorTorrent"; public override string Description => "MejorTorrent is a Public site - Hay veces que un torrent viene mejor! :)"; - public override string SiteLink { get; protected set; } = "https://www28.mejortorrent.eu/"; + public override string SiteLink { get; protected set; } = "https://www29.mejortorrent.eu/"; public override string[] LegacySiteLinks => new[] { - "https://www13.mejortorrent.rip/", "https://www14.mejortorrent.rip/", "https://www15.mejortorrent.rip/", "https://www16.mejortorrent.rip/", @@ -45,6 +44,7 @@ namespace Jackett.Common.Indexers.Definitions "https://www25.mejortorrent.zip/", "https://www26.mejortorrent.eu/", "https://www27.mejortorrent.eu/", + "https://www28.mejortorrent.eu/", }; public override string Language => "es-ES"; public override string Type => "public";