From 80387301041858d197d5a3cd5cd462630e38bf83 Mon Sep 17 00:00:00 2001
From: Tadeo Kondrak <me@tadeo.ca>
Date: Sun, 17 Dec 2017 12:26:35 -0700
Subject: [PATCH] TorrentBytes is now a private tracker (#2301)

---
 README.md                                   | 2 +-
 src/Jackett.Common/Indexers/TorrentBytes.cs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2cfa02e5..d987e852 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
  * NoName Club
  * RuTracker
  * SkTorrent
- * TorrentBytes
  * Xtreme Zone
  * YggTorrent
  * Ztracker
@@ -248,6 +247,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
  * Torrent Network
  * Torrent Sector Crew
  * TorrentBD
+ * TorrentBytes
  * TorrentCCF  [![(invite needed)][inviteneeded]](#)
  * TorrentDay
  * Torrentech
diff --git a/src/Jackett.Common/Indexers/TorrentBytes.cs b/src/Jackett.Common/Indexers/TorrentBytes.cs
index c520d768..81506a8c 100644
--- a/src/Jackett.Common/Indexers/TorrentBytes.cs
+++ b/src/Jackett.Common/Indexers/TorrentBytes.cs
@@ -39,7 +39,7 @@ namespace Jackett.Indexers
         {
             Encoding = Encoding.GetEncoding("iso-8859-1");
             Language = "en-us";
-            Type = "semi-private";
+            Type = "private";
 
             AddCategoryMapping(41, TorznabCatType.TV);
             AddCategoryMapping(33, TorznabCatType.TVSD);
-- 
GitLab