mejortorrent: new domain

This commit is contained in:
Garfield69 2023-07-15 06:11:45 +12:00
parent 8856bc3f19
commit fcb2815c37
1 changed files with 3 additions and 3 deletions

View File

@ -26,15 +26,14 @@ namespace Jackett.Common.Indexers
public override string Id => "mejortorrent"; public override string Id => "mejortorrent";
public override string Name => "MejorTorrent"; public override string Name => "MejorTorrent";
public override string Description => "MejorTorrent - Hay veces que un torrent viene mejor! :)"; public override string Description => "MejorTorrent - Hay veces que un torrent viene mejor! :)";
public override string SiteLink { get; protected set; } = "https://www3.mejortorrent.rip/"; public override string SiteLink { get; protected set; } = "https://www4.mejortorrent.rip/";
public override string[] AlternativeSiteLinks => new[] public override string[] AlternativeSiteLinks => new[]
{ {
"https://www3.mejortorrent.rip/", "https://www4.mejortorrent.rip/",
"https://mejortorrent.unblockit.rsvp/" "https://mejortorrent.unblockit.rsvp/"
}; };
public override string[] LegacySiteLinks => new[] public override string[] LegacySiteLinks => new[]
{ {
"http://www.mejortorrentt.org/",
"https://www.mejortorrents.net/", "https://www.mejortorrents.net/",
"https://www.mejortorrents1.com/", "https://www.mejortorrents1.com/",
"https://www.mejortorrents1.net/", "https://www.mejortorrents1.net/",
@ -61,6 +60,7 @@ namespace Jackett.Common.Indexers
"https://mejortorrent.unblockit.asia/", "https://mejortorrent.unblockit.asia/",
"https://www2.mejortorrent.rip/", "https://www2.mejortorrent.rip/",
"https://mejortorrent.unblockit.mov/", "https://mejortorrent.unblockit.mov/",
"https://www3.mejortorrent.rip/",
}; };
public override string Language => "es-ES"; public override string Language => "es-ES";
public override string Type => "public"; public override string Type => "public";