diff --git a/README.md b/README.md index efbff3284..e1a2ef6a7 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * BTDIGG * BTeye * BTSOW - * Cili180 * ConCen * Corsaro.red * cpasbien @@ -76,6 +75,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * KickAssTorrent (KATcr) * Legit Torrents * LePorno + * LIAORENCILI (Cili180) * LimeTorrents * LinuxTracker * MacTorrents diff --git a/src/Jackett.Common/Definitions/cili180.yml b/src/Jackett.Common/Definitions/liaorencili.yml similarity index 93% rename from src/Jackett.Common/Definitions/cili180.yml rename to src/Jackett.Common/Definitions/liaorencili.yml index 76527dfcd..08b037ca9 100644 --- a/src/Jackett.Common/Definitions/cili180.yml +++ b/src/Jackett.Common/Definitions/liaorencili.yml @@ -1,7 +1,7 @@ --- -id: cili180 -name: Cili180 -description: "Cili180 is a Public BitTorrent DHT search engine." +id: liaorencili +name: LIAORENCILI +description: "LIAORENCILI (Cili180) is a Public BitTorrent DHT search engine." language: en-us type: public encoding: UTF-8 diff --git a/src/Jackett.Common/Services/IndexerManagerService.cs b/src/Jackett.Common/Services/IndexerManagerService.cs index 0a2d45dc9..db1adbabb 100644 --- a/src/Jackett.Common/Services/IndexerManagerService.cs +++ b/src/Jackett.Common/Services/IndexerManagerService.cs @@ -37,6 +37,7 @@ namespace Jackett.Common.Services private readonly Dictionary renamedIndexers = new Dictionary { {"broadcastthenet", "broadcasthenet"}, + {"cili180", "liaorencili"}, {"nostalgic", "vhstapes"}, {"passtheheadphones", "redacted"}, {"tehconnectionme", "anthelion"}, diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index a9269c63d..6e9ea1baf 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -293,6 +293,7 @@ namespace Jackett.Updater "Definitions/btkitty.yml", "Definitions/btstornet.yml", "Definitions/btxpress.yml", + "Definitions/cili180.yml", "Definitions/cinefilhd.yml", "Definitions/crazyscorner.yml", "Definitions/czteam.yml",