mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Revert "[RuTracker] Change public (semi-private) to private" (#13180)
This reverts commit e0674620fb
.
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Jackett.Common.Indexers
|
||||
ICacheService cs)
|
||||
: base(id: "rutracker",
|
||||
name: "RuTracker",
|
||||
description: "RuTracker is a Private Russian torrent site with a thriving file-sharing community",
|
||||
description: "RuTracker is a Semi-Private Russian torrent site with a thriving file-sharing community",
|
||||
link: "https://rutracker.org/",
|
||||
caps: new TorznabCapabilities
|
||||
{
|
||||
@@ -73,7 +73,7 @@ namespace Jackett.Common.Indexers
|
||||
{
|
||||
Encoding = Encoding.GetEncoding("windows-1251");
|
||||
Language = "ru-RU";
|
||||
Type = "private";
|
||||
Type = "semi-private";
|
||||
// note: when refreshing the categories use the tracker.php page and NOT the search.php page!
|
||||
AddCategoryMapping(22, TorznabCatType.Movies, "Наше кино");
|
||||
AddCategoryMapping(941, TorznabCatType.Movies, "|- Кино СССР");
|
||||
|
Reference in New Issue
Block a user