1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-29 11:17:22 +00:00

mejortorrent: new domain .net resolves #8224

This commit is contained in:
Garfield69 2020-04-17 08:35:52 +12:00
parent 183fb11621
commit cfe0e10b70

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,