mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +00:00
Revert "mejortorrent: switch to https (#5583)"
This reverts commit c5116e9d06
.
This commit is contained in:
parent
2916e8f1d4
commit
e1758093bf
1 changed files with 1 additions and 2 deletions
|
@ -18,7 +18,7 @@ namespace Jackett.Common.Indexers
|
||||||
{
|
{
|
||||||
class MejorTorrent : BaseWebIndexer
|
class MejorTorrent : BaseWebIndexer
|
||||||
{
|
{
|
||||||
public static Uri WebUri = new Uri("https://www.mejortorrentt.org/");
|
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");
|
||||||
|
@ -28,7 +28,6 @@ namespace Jackett.Common.Indexers
|
||||||
"http://www.mejortorrent.org/",
|
"http://www.mejortorrent.org/",
|
||||||
"http://www.mejortorrent.tv/",
|
"http://www.mejortorrent.tv/",
|
||||||
"http://www.mejortorrentt.com/",
|
"http://www.mejortorrentt.com/",
|
||||||
"http://www.mejortorrentt.org/",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
public MejorTorrent(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
|
public MejorTorrent(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
|
||||||
|
|
Loading…
Reference in a new issue