1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-12 07:04:22 +00:00

mejortorrent: domain *.org -> *.info

This commit is contained in:
Garfield69 2021-08-14 15:56:08 +12:00
parent d12eb4e84d
commit 9335ee26cd

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.mejortorrento.org/", "https://www.mejortorrento.info/",
"https://mejortorrent.nocensor.space/" "https://mejortorrent.nocensor.space/"
}; };
@ -51,6 +51,7 @@ namespace Jackett.Common.Indexers
"https://www.mejortorrents1.com/", "https://www.mejortorrents1.com/",
"https://www.mejortorrents1.net/", "https://www.mejortorrents1.net/",
"https://www.mejortorrento.com/", "https://www.mejortorrento.com/",
"https://www.mejortorrento.org/",
"https://www.mejortorrento.net/" "https://www.mejortorrento.net/"
}; };
@ -59,7 +60,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.mejortorrento.org/", link: "https://www.mejortorrento.info/",
caps: new TorznabCapabilities caps: new TorznabCapabilities
{ {
TvSearchParams = new List<TvSearchParam> TvSearchParams = new List<TvSearchParam>