ast4u: renamed animeworld + new domain resolves #10578

This commit is contained in:
Garfield69
2020-12-21 10:09:36 +13:00
parent de8f36bf8c
commit b4456f3c9d
4 changed files with 9 additions and 4 deletions

View File

@@ -36,6 +36,7 @@ namespace Jackett.Common.Services
// use: {"<old id>", "<new id>"}
private readonly Dictionary<string, string> renamedIndexers = new Dictionary<string, string>
{
{"ast4u", "animeworld"},
{"broadcastthenet", "broadcasthenet"},
{"cili180", "cilipro"},
{"icetorrent", "speedapp"},
@@ -136,7 +137,7 @@ namespace Jackett.Common.Services
indexers.Add(indexer.Id, indexer);
configService.Load(indexer);
}
logger.Info($"Loaded {nativeIndexers.Count} Native indexers: {string.Join(", ", nativeIndexers.Select(i => i.Id))}");
}