1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-22 07:43:13 +00:00

mejortorrents: bump domain

This commit is contained in:
Garfield69 2024-12-05 18:31:35 +13:00
parent 140fe71cbe
commit 71b138e36f

View file

@ -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://www24.mejortorrent.zip/";
public override string SiteLink { get; protected set; } = "https://www25.mejortorrent.zip/";
public override string[] LegacySiteLinks => new[]
{
"https://www9.mejortorrent.rip/",
"https://www10.mejortorrent.rip/",
"https://www11.mejortorrent.rip/",
"https://www12.mejortorrent.rip/",
@ -45,6 +44,7 @@ namespace Jackett.Common.Indexers.Definitions
"https://www21.mejortorrent.zip/",
"https://www22.mejortorrent.zip/",
"https://www23.mejortorrent.zip/",
"https://www24.mejortorrent.zip/",
};
public override string Language => "es-ES";
public override string Type => "public";