mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
TorrentBytes is now a private tracker (#2301)
This commit is contained in:

committed by
garfield69

parent
be2514f3c0
commit
26258f2768
@@ -77,7 +77,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* NoName Club
|
* NoName Club
|
||||||
* RuTracker
|
* RuTracker
|
||||||
* SkTorrent
|
* SkTorrent
|
||||||
* TorrentBytes
|
|
||||||
* Xtreme Zone
|
* Xtreme Zone
|
||||||
* YggTorrent
|
* YggTorrent
|
||||||
* Ztracker
|
* Ztracker
|
||||||
@@ -248,6 +247,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* Torrent Network
|
* Torrent Network
|
||||||
* Torrent Sector Crew
|
* Torrent Sector Crew
|
||||||
* TorrentBD
|
* TorrentBD
|
||||||
|
* TorrentBytes
|
||||||
* TorrentCCF [![(invite needed)][inviteneeded]](#)
|
* TorrentCCF [![(invite needed)][inviteneeded]](#)
|
||||||
* TorrentDay
|
* TorrentDay
|
||||||
* Torrentech
|
* Torrentech
|
||||||
|
@@ -39,7 +39,7 @@ namespace Jackett.Indexers
|
|||||||
{
|
{
|
||||||
Encoding = Encoding.GetEncoding("iso-8859-1");
|
Encoding = Encoding.GetEncoding("iso-8859-1");
|
||||||
Language = "en-us";
|
Language = "en-us";
|
||||||
Type = "semi-private";
|
Type = "private";
|
||||||
|
|
||||||
AddCategoryMapping(41, TorznabCatType.TV);
|
AddCategoryMapping(41, TorznabCatType.TV);
|
||||||
AddCategoryMapping(33, TorznabCatType.TVSD);
|
AddCategoryMapping(33, TorznabCatType.TVSD);
|
||||||
|
Reference in New Issue
Block a user