mejortorrent: new domain .net resolves #8224

This commit is contained in:
Garfield69 2020-04-17 08:35:52 +12:00
parent 183fb11621
commit cfe0e10b70
1 changed files with 2 additions and 1 deletions

View File

@ -40,12 +40,13 @@ namespace Jackett.Common.Indexers
"http://www.mejortorrent.tv/",
"http://www.mejortorrentt.com/",
"https://www.mejortorrentt.org/",
"http://www.mejortorrentt.org/",
};
public MejorTorrent(IIndexerConfigurationService configService, WebClient w, Logger l, IProtectionService ps)
: base(name: "MejorTorrent",
description: "MejorTorrent - Hay veces que un torrent viene mejor! :)",
link: "http://www.mejortorrentt.org/",
link: "https://www.mejortorrentt.net/",
caps: new TorznabCapabilities(),
configService: configService,
client: w,