From 6932b9afbce6d2e5fbe459badf94f9ea0d71c54a Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 13 May 2023 09:21:00 +1200 Subject: [PATCH] mejortorrent: new domain --- src/Jackett.Common/Indexers/MejorTorrent.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Indexers/MejorTorrent.cs b/src/Jackett.Common/Indexers/MejorTorrent.cs index 102b923ba..8490e729a 100644 --- a/src/Jackett.Common/Indexers/MejorTorrent.cs +++ b/src/Jackett.Common/Indexers/MejorTorrent.cs @@ -26,10 +26,10 @@ 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://www1.mejortorrent.rip/"; + public override string SiteLink { get; protected set; } = "https://www2.mejortorrent.rip/"; public override string[] AlternativeSiteLinks => new[] { - "https://www1.mejortorrent.rip/", + "https://www2.mejortorrent.rip/", "https://mejortorrent.unblockit.asia/" }; public override string[] LegacySiteLinks => new[] @@ -63,7 +63,8 @@ namespace Jackett.Common.Indexers "https://mejortorrent.unblockit.bio/", "https://mejortorrent.wtf/", "https://mejortorrent.unblockit.boo/", - "https://mejortorrent.unblockit.click/" + "https://mejortorrent.unblockit.click/", + "https://www1.mejortorrent.rip/" }; public override string Language => "es-ES"; public override string Type => "public";