Revert "[RuTracker] Change public (semi-private) to private" (#13180)

This reverts commit e0674620fb.
This commit is contained in:
heroku-miraheze
2022-04-19 12:00:16 +02:00
committed by GitHub
parent 8e8ff4b597
commit b8c72f10b0

View File

@@ -43,7 +43,7 @@ namespace Jackett.Common.Indexers
ICacheService cs) ICacheService cs)
: base(id: "rutracker", : base(id: "rutracker",
name: "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/", link: "https://rutracker.org/",
caps: new TorznabCapabilities caps: new TorznabCapabilities
{ {
@@ -73,7 +73,7 @@ namespace Jackett.Common.Indexers
{ {
Encoding = Encoding.GetEncoding("windows-1251"); Encoding = Encoding.GetEncoding("windows-1251");
Language = "ru-RU"; Language = "ru-RU";
Type = "private"; Type = "semi-private";
// note: when refreshing the categories use the tracker.php page and NOT the search.php page! // note: when refreshing the categories use the tracker.php page and NOT the search.php page!
AddCategoryMapping(22, TorznabCatType.Movies, "Наше кино"); AddCategoryMapping(22, TorznabCatType.Movies, "Наше кино");
AddCategoryMapping(941, TorznabCatType.Movies, "|- Кино СССР"); AddCategoryMapping(941, TorznabCatType.Movies, "|- Кино СССР");