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:
parent
ccb1604296
commit
df5a5d4fff
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue