mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +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.mejortorrent.tv/",
|
||||||
"http://www.mejortorrentt.com/",
|
"http://www.mejortorrentt.com/",
|
||||||
"https://www.mejortorrentt.org/",
|
"https://www.mejortorrentt.org/",
|
||||||
|
"http://www.mejortorrentt.org/",
|
||||||
};
|
};
|
||||||
|
|
||||||
public MejorTorrent(IIndexerConfigurationService configService, WebClient w, Logger l, IProtectionService ps)
|
public MejorTorrent(IIndexerConfigurationService configService, WebClient w, Logger l, IProtectionService ps)
|
||||||
: base(name: "MejorTorrent",
|
: base(name: "MejorTorrent",
|
||||||
description: "MejorTorrent - Hay veces que un torrent viene mejor! :)",
|
description: "MejorTorrent - Hay veces que un torrent viene mejor! :)",
|
||||||
link: "http://www.mejortorrentt.org/",
|
link: "https://www.mejortorrentt.net/",
|
||||||
caps: new TorznabCapabilities(),
|
caps: new TorznabCapabilities(),
|
||||||
configService: configService,
|
configService: configService,
|
||||||
client: w,
|
client: w,
|
||||||
|
|
Loading…
Reference in a new issue