From d06ea22be1c95762581bad12a4deefa22f11bd7b Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 18 Dec 2023 05:39:27 +1300 Subject: [PATCH] mejortorrent: new subdomain --- src/Jackett.Common/Indexers/MejorTorrent.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Indexers/MejorTorrent.cs b/src/Jackett.Common/Indexers/MejorTorrent.cs index ef1429e7a..b416a2692 100644 --- a/src/Jackett.Common/Indexers/MejorTorrent.cs +++ b/src/Jackett.Common/Indexers/MejorTorrent.cs @@ -26,11 +26,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://www8.mejortorrent.rip/"; + public override string SiteLink { get; protected set; } = "https://www9.mejortorrent.rip/"; public override string[] LegacySiteLinks => new[] { - "https://www.mejortorrento.com/", - "https://www.mejortorrento.org/", "https://www.mejortorrento.net/", "https://www.mejortorrento.info/", "https://mejortorrent.nocensor.space/", @@ -59,6 +57,7 @@ namespace Jackett.Common.Indexers "https://mejortorrent.unblockit.zip/", "https://mejortorrent.unblockit.foo/", // 410 "https://www7.mejortorrent.rip/", + "https://www8.mejortorrent.rip/", }; public override string Language => "es-ES"; public override string Type => "public";