mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
assorted: trim unnecessarily long indexer names (#10935)
Addresses #10872
This commit is contained in:
@@ -37,9 +37,11 @@ namespace Jackett.Common.Services
|
||||
private readonly Dictionary<string, string> renamedIndexers = new Dictionary<string, string>
|
||||
{
|
||||
{"ast4u", "animeworld"},
|
||||
{"audiobooktorrents", "abtorrents"},
|
||||
{"broadcastthenet", "broadcasthenet"},
|
||||
{"cili180", "cilipro"},
|
||||
{"icetorrent", "speedapp"},
|
||||
{"kickasstorrent-kathow", "kickasstorrents-ws"},
|
||||
{"leaguehd", "lemonhd"},
|
||||
{"liaorencili", "cilipro"},
|
||||
{"metaliplayro", "romanianmetaltorrents"},
|
||||
@@ -48,7 +50,10 @@ namespace Jackett.Common.Services
|
||||
{"puntorrent", "puntotorrent"},
|
||||
{"rstorrent", "redstartorrent"},
|
||||
{"scenefz", "speedapp"},
|
||||
{"skytorrentsclone", "skytorrentsclone-lol"},
|
||||
{"skytorrentsclone2", "skytorrentsclone-to"},
|
||||
{"tehconnectionme", "anthelion"},
|
||||
{"torrentgalaxyorg", "torrentgalaxy"},
|
||||
{"torrentseed", "latinop2p"},
|
||||
{"transmithenet", "nebulance"},
|
||||
{"xtremezone", "speedapp"},
|
||||
|
Reference in New Issue
Block a user