From 07c1d9d61d5039aa286876b7469bdbea9cc23c06 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 6 Nov 2024 18:14:15 +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 4423b811f..a3c6c99fb 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 - Hay veces que un torrent viene mejor! :)"; - public override string SiteLink { get; protected set; } = "https://www23.mejortorrent.zip/"; + public override string SiteLink { get; protected set; } = "https://www24.mejortorrent.zip/"; public override string[] LegacySiteLinks => new[] { - "https://www8.mejortorrent.rip/", "https://www9.mejortorrent.rip/", "https://www10.mejortorrent.rip/", "https://www11.mejortorrent.rip/", @@ -45,6 +44,7 @@ namespace Jackett.Common.Indexers.Definitions "https://www20.mejortorrent.zip/", "https://www21.mejortorrent.zip/", "https://www22.mejortorrent.zip/", + "https://www23.mejortorrent.zip/", }; public override string Language => "es-ES"; public override string Type => "public";