mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
parent
0130783075
commit
c707d4d2c2
3 changed files with 6 additions and 5 deletions
|
@ -185,7 +185,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||
* Anime-Free
|
||||
* AnimeLayer
|
||||
* ArenaBG
|
||||
* BaibaKo
|
||||
* BookTracker
|
||||
* BootyTape
|
||||
* Catorrent
|
||||
|
@ -220,6 +219,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||
* RGFootball
|
||||
* RiperAM
|
||||
* RockBox
|
||||
* RUDUB (ex-BaibaKoTV)
|
||||
* RuTracker
|
||||
* Rustorka
|
||||
* Sharewood
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
id: baibako
|
||||
name: BaibaKo
|
||||
description: "BaibaKo is a RUSSIAN Semi-Private Torrent Tracker for TV"
|
||||
id: rudub
|
||||
name: RUDUB
|
||||
description: "RUDUB (ex-BaibaKoTV) is a RUSSIAN Semi-Private Torrent Tracker for TV"
|
||||
language: ru-RU
|
||||
type: semi-private
|
||||
encoding: windows-1251
|
|
@ -41,12 +41,13 @@ namespace Jackett.Common.Services
|
|||
private readonly Dictionary<string, string> renamedIndexers = new Dictionary<string, string>
|
||||
{
|
||||
{"audiobooktorrents", "abtorrents"},
|
||||
{"baibako", "rudub"},
|
||||
{"broadcastthenet", "broadcasthenet"},
|
||||
{"hdreactor", "hdhouse"},
|
||||
{"icetorrent", "speedapp"},
|
||||
{"kickasstorrent-kathow", "kickasstorrents-ws"},
|
||||
{"legacyhd", "reelflix"},
|
||||
{"leaguehd", "lemonhd"},
|
||||
{"legacyhd", "reelflix"},
|
||||
{"metaliplayro", "romanianmetaltorrents"},
|
||||
{"nnm-club", "noname-club"},
|
||||
{"passtheheadphones", "redacted"},
|
||||
|
|
Loading…
Reference in a new issue