1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-10 22:23:20 +00:00

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