diff --git a/README.md b/README.md index 44830ff85..2b9ff4fc9 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/ * BTDB * BTDIGG * BTSOW + * CiliPro (LIAORENCILI) * ConCen * Corsaro.red * cpasbien @@ -72,7 +73,6 @@ 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/liaorencili.yml b/src/Jackett.Common/Definitions/cilipro.yml similarity index 80% rename from src/Jackett.Common/Definitions/liaorencili.yml rename to src/Jackett.Common/Definitions/cilipro.yml index 362d3a298..5e644515c 100644 --- a/src/Jackett.Common/Definitions/liaorencili.yml +++ b/src/Jackett.Common/Definitions/cilipro.yml @@ -1,11 +1,21 @@ --- -id: liaorencili -name: LIAORENCILI -description: "LIAORENCILI (Cili180) is a Public BitTorrent DHT search engine." +id: cilipro +name: CiliPro +description: "CiliPro (LIAORENCILI) is a Public BitTorrent DHT search engine." language: en-us type: public encoding: UTF-8 links: + - http://www.cilipro1.xyz/ + - http://www.cilipro2.xyz/ + - http://www.cilipro3.xyz/ + - http://www.cilipro4.xyz/ + - http://www.cilipro5.xyz/ + - http://www.cilipro6.xyz/ + - http://www.cilipro7.xyz/ + - http://www.cilipro8.xyz/ + - http://www.cilipro9.xyz/ + - http://www.cilipro10.xyz/ - http://www.cilinb1.xyz/ - http://www.cilinb2.xyz/ - http://www.cilinb3.xyz/ @@ -16,6 +26,15 @@ links: - http://www.cilinb8.xyz/ - http://www.cilinb9.xyz/ - http://www.cilinb10.xyz/ + - http://www.kmsoso1.xyz/ + - http://www.kmsoso3.xyz/ + - http://www.kmsoso5.xyz/ + - http://www.kmsoso7.xyz/ + - http://www.kmsoso9.xyz/ + - http://www.kuaimaso1.xyz/ + - http://www.kuaimaso3.xyz/ + - http://www.kuaimaso5.xyz/ + - http://www.kuaimaso9.xyz/ legacylinks: - http://www.cili180.com/ - https://www.cilijj.xyz/ diff --git a/src/Jackett.Common/Services/IndexerManagerService.cs b/src/Jackett.Common/Services/IndexerManagerService.cs index 669c7c268..02820e602 100644 --- a/src/Jackett.Common/Services/IndexerManagerService.cs +++ b/src/Jackett.Common/Services/IndexerManagerService.cs @@ -37,7 +37,8 @@ namespace Jackett.Common.Services private readonly Dictionary renamedIndexers = new Dictionary { {"broadcastthenet", "broadcasthenet"}, - {"cili180", "liaorencili"}, + {"cili180", "cilipro"}, + {"liaorencili", "cilipro"}, {"metaliplayro", "romanianmetaltorrents"}, {"nnm-club", "noname-club"}, {"passtheheadphones", "redacted"}, diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 5e0eb5976..e2bdb3c3d 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -340,6 +340,7 @@ namespace Jackett.Updater "Definitions/katcrs.yml", "Definitions/kaztorka.yml", "Definitions/kikibt.yml", + "Definitions/liaorencili.yml", "Definitions/lapausetorrents.yml", "Definitions/lemencili.yml", "Definitions/leparadisdunet.yml",