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:
parent
183fb11621
commit
cfe0e10b70
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue