liaorencili: rename indexer. #8355 (#8893)

This commit is contained in:
Diego Heras 2020-06-07 01:21:32 +02:00 committed by GitHub
parent 6ed341354e
commit 3bf5a4f59a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

View File

@ -42,7 +42,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* BTDIGG * BTDIGG
* BTeye * BTeye
* BTSOW * BTSOW
* Cili180
* ConCen * ConCen
* Corsaro.red * Corsaro.red
* cpasbien * cpasbien
@ -76,6 +75,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* KickAssTorrent (KATcr) * KickAssTorrent (KATcr)
* Legit Torrents * Legit Torrents
* LePorno * LePorno
* LIAORENCILI (Cili180)
* LimeTorrents * LimeTorrents
* LinuxTracker * LinuxTracker
* MacTorrents * MacTorrents

View File

@ -1,7 +1,7 @@
--- ---
id: cili180 id: liaorencili
name: Cili180 name: LIAORENCILI
description: "Cili180 is a Public BitTorrent DHT search engine." description: "LIAORENCILI (Cili180) is a Public BitTorrent DHT search engine."
language: en-us language: en-us
type: public type: public
encoding: UTF-8 encoding: UTF-8

View File

@ -37,6 +37,7 @@ namespace Jackett.Common.Services
private readonly Dictionary<string, string> renamedIndexers = new Dictionary<string, string> private readonly Dictionary<string, string> renamedIndexers = new Dictionary<string, string>
{ {
{"broadcastthenet", "broadcasthenet"}, {"broadcastthenet", "broadcasthenet"},
{"cili180", "liaorencili"},
{"nostalgic", "vhstapes"}, {"nostalgic", "vhstapes"},
{"passtheheadphones", "redacted"}, {"passtheheadphones", "redacted"},
{"tehconnectionme", "anthelion"}, {"tehconnectionme", "anthelion"},

View File

@ -293,6 +293,7 @@ namespace Jackett.Updater
"Definitions/btkitty.yml", "Definitions/btkitty.yml",
"Definitions/btstornet.yml", "Definitions/btstornet.yml",
"Definitions/btxpress.yml", "Definitions/btxpress.yml",
"Definitions/cili180.yml",
"Definitions/cinefilhd.yml", "Definitions/cinefilhd.yml",
"Definitions/crazyscorner.yml", "Definitions/crazyscorner.yml",
"Definitions/czteam.yml", "Definitions/czteam.yml",