mejortorrent: new domain *.net -> *.org

This commit is contained in:
Garfield69
2022-01-22 10:58:15 +13:00
parent ccb1604296
commit df5a5d4fff

View File

@@ -36,7 +36,7 @@ namespace Jackett.Common.Indexers
private const string SearchUrl = "secciones.php"; private const string SearchUrl = "secciones.php";
public override string[] AlternativeSiteLinks { get; protected set; } = { public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://www.mejortorrentes.net/", "https://www.mejortorrentes.org/",
"https://mejortorrent.nocensor.biz/", "https://mejortorrent.nocensor.biz/",
"https://mejortorrent.unblockit.how/" "https://mejortorrent.unblockit.how/"
}; };
@@ -59,6 +59,7 @@ namespace Jackett.Common.Indexers
"https://www.mejortorrentes.com/", "https://www.mejortorrentes.com/",
"https://www.mejortorrento.info/", "https://www.mejortorrento.info/",
"https://mejortorrent.nocensor.work/", "https://mejortorrent.nocensor.work/",
"https://www.mejortorrentes.net/",
"https://mejortorrent.unblockit.tv/" "https://mejortorrent.unblockit.tv/"
}; };
@@ -67,7 +68,7 @@ namespace Jackett.Common.Indexers
: base(id: "mejortorrent", : base(id: "mejortorrent",
name: "MejorTorrent", name: "MejorTorrent",
description: "MejorTorrent - Hay veces que un torrent viene mejor! :)", description: "MejorTorrent - Hay veces que un torrent viene mejor! :)",
link: "https://www.mejortorrentes.net/", link: "https://www.mejortorrentes.org/",
caps: new TorznabCapabilities caps: new TorznabCapabilities
{ {
TvSearchParams = new List<TvSearchParam> TvSearchParams = new List<TvSearchParam>