mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 17:58:49 +00:00
parent
6ed341354e
commit
3bf5a4f59a
4 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -37,6 +37,7 @@ namespace Jackett.Common.Services
|
|||
private readonly Dictionary<string, string> renamedIndexers = new Dictionary<string, string>
|
||||
{
|
||||
{"broadcastthenet", "broadcasthenet"},
|
||||
{"cili180", "liaorencili"},
|
||||
{"nostalgic", "vhstapes"},
|
||||
{"passtheheadphones", "redacted"},
|
||||
{"tehconnectionme", "anthelion"},
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue