mejortorrent: new domain .org

This commit is contained in:
Garfield69
2019-06-28 19:17:23 +12:00
parent 552912f8c2
commit 5c62c29cea

View File

@@ -18,7 +18,7 @@ namespace Jackett.Common.Indexers
{ {
class MejorTorrent : BaseWebIndexer class MejorTorrent : BaseWebIndexer
{ {
public static Uri WebUri = new Uri("http://www.mejortorrentt.com/"); public static Uri WebUri = new Uri("http://www.mejortorrentt.org/");
public static Uri DownloadUri = new Uri(WebUri, "secciones.php?sec=descargas&ap=contar_varios"); public static Uri DownloadUri = new Uri(WebUri, "secciones.php?sec=descargas&ap=contar_varios");
private static Uri SearchUriBase = new Uri(WebUri, "secciones.php"); private static Uri SearchUriBase = new Uri(WebUri, "secciones.php");
public static Uri NewTorrentsUri = new Uri(WebUri, "secciones.php?sec=ultimos_torrents"); public static Uri NewTorrentsUri = new Uri(WebUri, "secciones.php?sec=ultimos_torrents");
@@ -27,6 +27,7 @@ namespace Jackett.Common.Indexers
public override string[] LegacySiteLinks { get; protected set; } = new string[] { public override string[] LegacySiteLinks { get; protected set; } = new string[] {
"http://www.mejortorrent.org/", "http://www.mejortorrent.org/",
"http://www.mejortorrent.tv/", "http://www.mejortorrent.tv/",
"http://www.mejortorrentt.com/",
}; };
public MejorTorrent(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps) public MejorTorrent(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)