Skip to content

Commit

Permalink
liaorencili: rename indexer. #8355 (#8893)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngosang committed Jun 6, 2020
1 parent 6ed3413 commit 3bf5a4f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* BTDIGG
* BTeye
* BTSOW
* Cili180
* ConCen
* Corsaro.red
* cpasbien
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/Jackett.Common/Services/IndexerManagerService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public class IndexerManagerService : IIndexerManagerService
private readonly Dictionary<string, string> renamedIndexers = new Dictionary<string, string>
{
{"broadcastthenet", "broadcasthenet"},
{"cili180", "liaorencili"},
{"nostalgic", "vhstapes"},
{"passtheheadphones", "redacted"},
{"tehconnectionme", "anthelion"},
Expand Down
1 change: 1 addition & 0 deletions src/Jackett.Updater/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ private void ProcessUpdate(UpdaterConsoleOptions options)
"Definitions/btkitty.yml",
"Definitions/btstornet.yml",
"Definitions/btxpress.yml",
"Definitions/cili180.yml",
"Definitions/cinefilhd.yml",
"Definitions/crazyscorner.yml",
"Definitions/czteam.yml",
Expand Down

0 comments on commit 3bf5a4f

Please sign in to comment.