From 87d3f833d0460e9f85b6e5bfe2d564cd6b18c35a Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sat, 6 Mar 2021 16:19:42 +0000 Subject: [PATCH] hdreactor: rename to hdhouse (#11250) --- README.md | 2 +- .../Definitions/{hdreactor.yml => hdhouse.yml} | 7 ++++--- src/Jackett.Common/Services/IndexerManagerService.cs | 1 + src/Jackett.Updater/Program.cs | 1 + 4 files changed, 7 insertions(+), 4 deletions(-) rename src/Jackett.Common/Definitions/{hdreactor.yml => hdhouse.yml} (96%) diff --git a/README.md b/README.md index bf546287f..417b53ab0 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * GkTorrent * GloDLS * GTorrent - * HDReactor + * HDhouse (HDReactor) * IBit * Idope * Il CorSaRo Blu diff --git a/src/Jackett.Common/Definitions/hdreactor.yml b/src/Jackett.Common/Definitions/hdhouse.yml similarity index 96% rename from src/Jackett.Common/Definitions/hdreactor.yml rename to src/Jackett.Common/Definitions/hdhouse.yml index b6f471f01..ec5b93e28 100644 --- a/src/Jackett.Common/Definitions/hdreactor.yml +++ b/src/Jackett.Common/Definitions/hdhouse.yml @@ -1,11 +1,12 @@ --- -id: hdreactor -name: HDReactor -description: "HDReactor is a RUSSIAN Public Torrent Tracker for MOVIES / TV" +id: hdhouse +name: HDhouse +description: "HDhouse (HDReactor) is a RUSSIAN Public Torrent Tracker for MOVIES / TV" language: ru-ru type: public encoding: windows-1251 links: + - https://hdhouse.club/ - https://hdreactor.club/ - https://hdreactor.su/ legacylinks: diff --git a/src/Jackett.Common/Services/IndexerManagerService.cs b/src/Jackett.Common/Services/IndexerManagerService.cs index 9fdc5af9f..a5a777b11 100644 --- a/src/Jackett.Common/Services/IndexerManagerService.cs +++ b/src/Jackett.Common/Services/IndexerManagerService.cs @@ -40,6 +40,7 @@ namespace Jackett.Common.Services {"audiobooktorrents", "abtorrents"}, {"broadcastthenet", "broadcasthenet"}, {"cili180", "cilipro"}, + {"hdreactor", "hdhouse"}, {"icetorrent", "speedapp"}, {"kickasstorrent-kathow", "kickasstorrents-ws"}, {"leaguehd", "lemonhd"}, diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index b22ff85d7..dd588bb73 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -325,6 +325,7 @@ namespace Jackett.Updater "Definitions/hdclub.yml", "Definitions/hddisk.yml", "Definitions/hdplus.yml", + "Definitions/hdreactor.yml", // renamed to hdhouse "Definitions/hdstreet.yml", "Definitions/hon3yhd-net.yml", "Definitions/horriblesubs.yml",